1
0
Fork 0
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:
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,