浏览代码

Cleanups.

Mark Sibly 8 年之前
父节点
当前提交
d73196002c
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 )