Browse Source

Fixes order of extensions in fragment shader for tegra GPUs

seanpaultaylor 12 years ago
parent
commit
cfe8f0428b
1 changed files with 1 additions and 1 deletions
  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
 
 
 ///////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////