Browse Source

Cleanups.

Mark Sibly 8 năm trước cách đây
mục cha
commit
d73196002c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 )