Yet another fix to pre-c++2011 compilation.....
This commit is contained in:
parent
522ad01a27
commit
7808fc8a09
@ -75,7 +75,7 @@ public:
|
||||
void setDebugMode(DebugModeType mode);
|
||||
|
||||
void beginNextFrame();
|
||||
const std::map<video::SColor, std::vector<float>>& getLines() const { return m_lines; }
|
||||
const std::map<video::SColor, std::vector<float> >& getLines() const { return m_lines; }
|
||||
}; // IrrDebugDrawer
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user