Browse Source

Merge pull request #1276 from seanpaultaylor/next

Fixes order of extensions in fragment shader for Samsung Galaxy Note
Sean Taylor 12 năm trước cách đây
mục cha
commit
5b1fbc92f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gameplay/res/shaders/font.frag

+ 1 - 1
gameplay/res/shaders/font.frag

@@ -1,6 +1,6 @@
 #ifdef OPENGL_ES
 #ifdef OPENGL_ES
-precision highp float;
 #extension GL_OES_standard_derivatives : enable
 #extension GL_OES_standard_derivatives : enable
+precision highp float;
 #endif
 #endif
 
 
 ///////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////