LWJGL texture only loading as a 1D line
I'm relatively new to LWJGL and am currently trying to load a texture.
I can see the texture but it's only a vertical line instead of a quad/square.
I followed
this and
tutorial. I have a different structure in my project and tried to move functions around so it better fits my structure. I checked if the UV...