소스 검색

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
 #define att attribute
 #else