1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-23 06:41:08 +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
{
Separate = 0x1,
Separate = 0b1,
Collision = 0b10,
Terrain = 0b100,