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;
|
||||
|
|
|
@ -1052,4 +1052,4 @@ TEST_F(CBotUT, TestArrayFunctionReturn)
|
|||
" ASSERT(b[2] == 3);\n"
|
||||
"}\n"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue