Mark Sibly hace 8 años
padre
commit
d73196002c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      modules/mojo/graphics/glutil.monkey2

+ 2 - 2
modules/mojo/graphics/glutil.monkey2

@@ -109,9 +109,9 @@ precision mediump float;
 #endif
 #endif
 "
-		If glexts.GL_draw_buffers source="#extension GL_EXT_draw_buffers : require~n"+source
-
 		source=prefix+source
+		
+		If glexts.GL_draw_buffers source="#extension GL_EXT_draw_buffers : require~n"+source
 	#endif
 	
 	Local shader:=glCreateShader( type )