disable GL_TEXTURE_1D at end of frame to fix failed assertion

This commit is contained in:
Brian Paul
2008-04-29 15:02:46 -06:00
parent 4e0e02ae68
commit aef4ca647d

View File

@@ -658,6 +658,7 @@ Display(void)
glDisable(GL_FRAGMENT_PROGRAM_ARB);
}
glDisable(GL_TEXTURE_1D);
glDisable(GL_TEXTURE_2D);
}