enable texture flipping

This commit is contained in:
Luca Conte 2024-06-19 18:59:09 +02:00
parent de1670a755
commit 7db5240ced
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ void init(void) {
exit(1); exit(1);
} }
stbi_set_flip_vertically_on_load(flipFlag);
// --------------- READ SCENE GRAPH // --------------- READ SCENE GRAPH
setNodeRenderFunction(&renderNode); setNodeRenderFunction(&renderNode);