summaryrefslogtreecommitdiffhomepage
path: root/main/floormat.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/floormat.hpp')
-rw-r--r--main/floormat.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/floormat.hpp b/main/floormat.hpp
index 9696cfbd..dffb551f 100644
--- a/main/floormat.hpp
+++ b/main/floormat.hpp
@@ -6,7 +6,7 @@
namespace floormat {
-enum class fm_gpu_debug : char { no_error = -1, on, robust, off };
+enum class fm_gpu_debug : char { no_error = 1, off, on, robust, };
enum class fm_tristate : char { maybe = -1, on, off };
enum class fm_log_level : unsigned char { quiet, normal, verbose, };