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).
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.