updated makefile and fixed a GLuint <-> int conversion issue

This commit is contained in:
ejcoumans
2006-10-01 17:16:02 +00:00
parent a7eca49065
commit 9b01b6672e
2 changed files with 5 additions and 2 deletions

View File

@@ -729,7 +729,7 @@ double tall=ck.getDeltaTime () ;
if ( firsttime )
{
glGenQueriesARB ( 1, & query ) ;
glGenQueriesARB ( 1, (GLuint*) & query ) ;
firsttime = false ;
}