diff options
Diffstat (limited to 'editor/editor-enums.hpp')
-rw-r--r-- | editor/editor-enums.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor-enums.hpp b/editor/editor-enums.hpp index 6480433f..77323ab3 100644 --- a/editor/editor-enums.hpp +++ b/editor/editor-enums.hpp @@ -3,7 +3,7 @@ namespace floormat { enum class editor_mode : unsigned char { - none, floor, walls, scenery, vobj, + none, floor, walls, scenery, vobj, tests, }; enum class editor_wall_rotation : unsigned char { |