1
0
Fork 1
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:
uramer 2021-01-28 22:40:44 +01:00
parent edc6d5c3e7
commit eca0d8b7ea

View file

@ -28,7 +28,7 @@ namespace CSVRender
enum DropMode enum DropMode
{ {
Separate = 0x1, Separate = 0b1,
Collision = 0b10, Collision = 0b10,
Terrain = 0b100, Terrain = 0b100,