mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:23:52 +00:00
Fix typo in DropMode enum
This commit is contained in:
parent
edc6d5c3e7
commit
eca0d8b7ea
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace CSVRender
|
||||||
|
|
||||||
enum DropMode
|
enum DropMode
|
||||||
{
|
{
|
||||||
Separate = 0x1,
|
Separate = 0b1,
|
||||||
|
|
||||||
Collision = 0b10,
|
Collision = 0b10,
|
||||||
Terrain = 0b100,
|
Terrain = 0b100,
|
||||||
|
|
Loading…
Reference in a new issue