mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-25 03:23:43 +00:00
Fix bitflags enum ESurfFlags for C++
This commit is contained in:
parent
f11b88fa1f
commit
34697855d4
1 changed files with 2 additions and 4 deletions
|
|
@ -246,10 +246,8 @@ typedef int EPolyFlags;
|
|||
#define PF_WireFrame (0x00200000) // Draws vertices as lines instead of triangles
|
||||
|
||||
|
||||
enum ESurfFlags
|
||||
{
|
||||
SF_DYNLIGHT = 0x00000001,
|
||||
};
|
||||
typedef int ESurfFlags;
|
||||
#define SF_DYNLIGHT (0x00000001)
|
||||
|
||||
enum ETextureFlags
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue