We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0951c1d commit 372bcefCopy full SHA for 372bcef
1 file changed
examples/computecullandlod/computecullandlod.cpp
@@ -14,7 +14,7 @@
14
15
// Total number of objects (^3) in the scene
16
#if defined(__ANDROID__)
17
-constexpr auto OBJECT_COUNT 32;
+constexpr auto OBJECT_COUNT = 32;
18
#else
19
constexpr auto OBJECT_COUNT = 64;
20
#endif
0 commit comments