How can I prevent glColor3f() tinting a texture?
I have two on-screen objects, one textured and one solid colour.
I render the solid colour and then the textured one and they are okay for the first frame - any further frames and the textured block becomes tinted a green colour (the colour of my solid block).