Commiting the files since they didn't get commited

This commit is contained in:
Teejoon
2016-03-08 11:16:56 +01:00
parent 13aa476656
commit e902110d4b
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ public:
void GenerateCubeMapTexture();
//GLuint CubeMapTexture() const { return m_CubeMapTexture; }
GLuint m_CubeMapTexture = -1;
GLuint m_CubeMapTexture = 0;
private:
IRenderer* m_Renderer;