More to fix pre-c++2011 build

This commit is contained in:
Marianne Gagnon 2014-05-10 20:46:56 -04:00
parent c0a7c76886
commit 522ad01a27

View File

@ -42,7 +42,7 @@ public:
};
DebugModeType m_debug_mode;
std::map<video::SColor, std::vector<float>> m_lines;
std::map<video::SColor, std::vector<float> > m_lines;
Vec3 m_camera_pos;