From bcfd2f2ce953b0f9ed0a59a46d8db463aef4e714 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 25 May 2023 07:38:40 +0200 Subject: some work on inspecting other enttiy subtypes --- src/light-falloff.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3