LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: bobjob on December 13, 2015, 01:26:15

Title: STBImage.stbi_set_flip_vertically_on_load issue.
Post by: bobjob on December 13, 2015, 01:26:15
Cannot seem to locate the 'int' flag for true/false for image flipping to place in the method STBImage.stbi_set_flip_vertically_on_load(int).
Title: Re: STBImage.stbi_set_flip_vertically_on_load issue.
Post by: bobjob on December 13, 2015, 01:32:39
Never mind, I looked at the header file, and it seems that its simply using a boolean operation on the int.
So i just placed a 1 for true.