Explorar el Código

[simple_render.h] Adding TODO

Vinicius Teshima hace 1 año
padre
commit
38f61880a6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/simple_render.h

+ 1 - 0
src/simple_render.h

@@ -279,6 +279,7 @@ sr_draw(const struct simple_render *sr)
 				* sr->vertexs.cap),
 		     sr->vertexs.items,
 		     GL_DYNAMIC_DRAW);
+	/* TODO: Discover why it chrash here \/ */
 	glDrawArrays(GL_TRIANGLES, 0, (int32_t) sr->vertexs.size);
 }