s/enum/typedef enum/g on uniform_t for glorious fix of mac build. h/t MAN-AT-ARMS

This commit is contained in:
Zachary Slater 2013-03-25 14:28:01 -07:00
parent 4f452fcfed
commit 01efc26654
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ enum
GLSL_MAT16
};
enum
typedef enum
{
UNIFORM_DIFFUSEMAP = 0,
UNIFORM_LIGHTMAP,