mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-07 01:26:37 +00:00
Updates to fix VC2K5 compile problem
This was SVN commit r1276.
This commit is contained in:
@@ -21,7 +21,7 @@ CProgramManager::~CProgramManager()
|
||||
CVertexProgram *CProgramManager::FindVertexProgram(const char *file)
|
||||
{
|
||||
CVertexProgram *prog = NULL;
|
||||
std::hash_map<std::string, CVertexProgram *>::iterator iter;
|
||||
pp_map::iterator iter;
|
||||
|
||||
if((iter = m_VertexProgs.find(std::string(file))) != m_VertexProgs.end())
|
||||
return (CVertexProgram *)(*iter).second;
|
||||
|
||||
Reference in New Issue
Block a user