浏览代码

wtf, a comment line got uncommented...by me?

nockawa 8 年之前
父节点
当前提交
d63771b22c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      canvas2D/src/shaders/sprite2d.vertex.fx

+ 1 - 1
canvas2D/src/shaders/sprite2d.vertex.fx

@@ -1,4 +1,4 @@
-based on if Instanced Array are supported or not, declare the field either as attribute or uniform
+//based on if Instanced Array are supported or not, declare the field either as attribute or uniform
 #ifdef Instanced
 #ifdef Instanced
 #define att attribute
 #define att attribute
 #else
 #else