[Solved] Texture ID Generation (I'm stupid)

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