s/enum/typedef enum/g on uniform_t for glorious fix of mac build. h/t MAN-AT-ARMS
This commit is contained in:
parent
4f452fcfed
commit
01efc26654
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ enum
|
||||||
GLSL_MAT16
|
GLSL_MAT16
|
||||||
};
|
};
|
||||||
|
|
||||||
enum
|
typedef enum
|
||||||
{
|
{
|
||||||
UNIFORM_DIFFUSEMAP = 0,
|
UNIFORM_DIFFUSEMAP = 0,
|
||||||
UNIFORM_LIGHTMAP,
|
UNIFORM_LIGHTMAP,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue