updated makefile and fixed a GLuint <-> int conversion issue
This commit is contained in:
@@ -729,7 +729,7 @@ double tall=ck.getDeltaTime () ;
|
||||
|
||||
if ( firsttime )
|
||||
{
|
||||
glGenQueriesARB ( 1, & query ) ;
|
||||
glGenQueriesARB ( 1, (GLuint*) & query ) ;
|
||||
firsttime = false ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user