Fix for Firefox
This commit is contained in:
@@ -240,12 +240,12 @@ namespace lime {
|
|||||||
|
|
||||||
void OpenGLContext::FinishBitmapRender () {
|
void OpenGLContext::FinishBitmapRender () {
|
||||||
|
|
||||||
//#ifndef LIME_FORCE_GLES2
|
#ifndef LIME_FORCE_GLES2
|
||||||
glDisable (GL_TEXTURE_2D);
|
glDisable (GL_TEXTURE_2D);
|
||||||
#ifdef LIME_DITHER
|
#ifdef LIME_DITHER
|
||||||
glEnable (GL_DITHER);
|
glEnable (GL_DITHER);
|
||||||
#endif
|
#endif
|
||||||
//#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user