fix debug build with vs2017

This commit is contained in:
2018-02-10 18:53:56 +01:00
parent 0d7217af7b
commit 72603d5df8
16 changed files with 176 additions and 115 deletions

View File

@@ -7,8 +7,8 @@ class RTT
GLuint fboID = 0;
GLuint rboID = 0;
GLuint texID = 0;
int w;
int h;
int w = 0;
int h = 0;
public:
RTT();