fix debug build with vs2017
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user