Explorar o código

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

nockawa %!s(int64=8) %!d(string=hai) anos
pai
achega
d63771b22c
Modificáronse 1 ficheiros con 1 adicións e 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
 #define att attribute
 #else