enable texture flipping
This commit is contained in:
parent
de1670a755
commit
7db5240ced
|
@ -207,7 +207,7 @@ void init(void) {
|
|||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
stbi_set_flip_vertically_on_load(flipFlag);
|
||||
// --------------- READ SCENE GRAPH
|
||||
setNodeRenderFunction(&renderNode);
|
||||
|
||||
|
|
Loading…
Reference in New Issue