Fix for Firefox

This commit is contained in:
Joshua Granick
2013-12-27 17:09:45 -08:00
parent 870449e3ff
commit b7f0928d4f

View File

@@ -240,12 +240,12 @@ namespace lime {
void OpenGLContext::FinishBitmapRender () {
//#ifndef LIME_FORCE_GLES2
#ifndef LIME_FORCE_GLES2
glDisable (GL_TEXTURE_2D);
#ifdef LIME_DITHER
glEnable (GL_DITHER);
#endif
//#endif
#endif
}