summaryrefslogtreecommitdiffhomepage
path: root/src/light-falloff.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-05-25 07:38:40 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-05-25 07:38:40 +0200
commitbcfd2f2ce953b0f9ed0a59a46d8db463aef4e714 (patch)
treee4a93a3f765c3aa2bf2b36bc045572477f0bc590 /src/light-falloff.hpp
parent5e3cbab0d0f08bc06141a565a1ef1e7d14bba9b7 (diff)
some work on inspecting other enttiy subtypes
Diffstat (limited to 'src/light-falloff.hpp')
-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