mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- This should have been part of an earlier commit, no idea why it wasn't saved...
This commit is contained in:
parent
1ef8057fa7
commit
a2f56b6ef5
1 changed files with 2 additions and 2 deletions
|
@ -345,8 +345,8 @@ enum
|
||||||
MDL_ROTATING = 4,
|
MDL_ROTATING = 4,
|
||||||
MDL_INTERPOLATEDOUBLEDFRAMES = 8,
|
MDL_INTERPOLATEDOUBLEDFRAMES = 8,
|
||||||
MDL_NOINTERPOLATION = 16,
|
MDL_NOINTERPOLATION = 16,
|
||||||
MDL_INHERITACTORPITCH = 32,
|
MDL_USEACTORPITCH = 32,
|
||||||
MDL_INHERITACTORROLL = 64,
|
MDL_USEACTORROLL = 64,
|
||||||
MDL_BADROTATION = 128,
|
MDL_BADROTATION = 128,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue