Fix colobot-lint warnings
parent
4c6f8239fa
commit
4479a196f9
|
@ -250,7 +250,7 @@ private:
|
|||
//! Set of all created textures
|
||||
std::set<Texture> m_allTextures;
|
||||
//! White texture
|
||||
GLuint m_whiteTexture;
|
||||
GLuint m_whiteTexture = 0;
|
||||
|
||||
//! Map of framebuffers
|
||||
std::map<std::string, std::unique_ptr<CFramebuffer>> m_framebuffers;
|
||||
|
|
Loading…
Reference in New Issue