Explorar el Código

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

nockawa hace 9 años
padre
commit
d63771b22c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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