fixed textures bug in crappy rendering

This commit is contained in:
Anselme 2015-12-08 11:58:01 +01:00
parent 6f258f295d
commit f5dfd8f5d3

View File

@ -3,10 +3,10 @@
enum {
// Geometry Flags
NORMAL_MAP,
DIFFUSE_TEXTURE, // must stay first for crappy rendering
AMBIENT_TEXTURE,
DIFFUSE_TEXTURE,
SPECULAR_TEXTURE,
NORMAL_MAP,
ALPHA_MASK,
NB_FLAGS
};