In my [icode]Texture[/icode] class I load textures, [icode]glGenTextures()[/icode] to get the ID, and then load in texel data. However, when I generate the ID, it keeps returning 1.
Any thoughts?
CopyableCougar4
In my [icode]Texture[/icode] class I load textures, [icode]glGenTextures()[/icode] to get the ID, and then load in texel data. However, when I generate the ID, it keeps returning 1.
Any thoughts?
CopyableCougar4
Ignore me, I’m stupid… I just cached textures by the jar name, not the file name.
CopyableCougar4