Explorar o código

[simple_render.h] Adding TODO

Vinicius Teshima hai 1 ano
pai
achega
38f61880a6
Modificáronse 1 ficheiros con 1 adicións e 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);
 }