fix texture id bug, few gestures bugs solved
This commit is contained in:
@@ -4,9 +4,9 @@ class RTT
|
||||
{
|
||||
bool bound = false;
|
||||
GLint oldFboID = 0;
|
||||
GLuint fboID;
|
||||
GLuint rboID;
|
||||
GLuint texID;
|
||||
GLuint fboID = 0;
|
||||
GLuint rboID = 0;
|
||||
GLuint texID = 0;
|
||||
int w;
|
||||
int h;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user