diff --git a/source/glest_game/game/game_camera.cpp b/source/glest_game/game/game_camera.cpp index 3d6a2abc4..d84c58f18 100644 --- a/source/glest_game/game/game_camera.cpp +++ b/source/glest_game/game/game_camera.cpp @@ -341,7 +341,7 @@ namespace std::map < float, std::map < Vec3f, - Quad2i > >>::const_iterator + Quad2i > > >::const_iterator iterFind = cacheVisibleQuad.find (fov); if (iterFind != cacheVisibleQuad.end ()) {