summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/light-falloff.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/light-falloff.hpp b/src/light-falloff.hpp
index e90d11aa..b9b1c4bf 100644
--- a/src/light-falloff.hpp
+++ b/src/light-falloff.hpp
@@ -3,7 +3,7 @@
namespace floormat {
enum class light_falloff : uint8_t {
- linear, quadratic, constant,
+ constant = 1, linear = 0, quadratic = 2,
};
} // namespace floormat