mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-19 15:09:43 +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
|
||||
{
|
||||
Separate = 0x1,
|
||||
Separate = 0b1,
|
||||
|
||||
Collision = 0b10,
|
||||
Terrain = 0b100,
|
||||
|
|
Loading…
Reference in a new issue