This commit is contained in:
Sascha Willems 2025-06-04 14:20:21 +02:00
commit 84d4a70341

View file

@ -14,7 +14,7 @@
// Total number of objects (^3) in the scene
#if defined(__ANDROID__)
constexpr auto OBJECT_COUNT 32;
constexpr auto OBJECT_COUNT = 32;
#else
constexpr auto OBJECT_COUNT = 64;
#endif