mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-01-18 21:51:37 +00:00
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
|
||||
};
|
||||
|
||||
enum
|
||||
typedef enum
|
||||
{
|
||||
UNIFORM_DIFFUSEMAP = 0,
|
||||
UNIFORM_LIGHTMAP,
|
||||
|
|
Loading…
Reference in a new issue