disable GL_TEXTURE_1D at end of frame to fix failed assertion
This commit is contained in:
@@ -650,6 +650,7 @@ Display(void)
|
||||
glDisable(GL_FRAGMENT_PROGRAM_ARB);
|
||||
}
|
||||
|
||||
glDisable(GL_TEXTURE_1D);
|
||||
glDisable(GL_TEXTURE_2D);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user