Skip to content

Commit d093649

Browse files
Merge pull request SaschaWillems#1206 from zetier-hg/master
Trivial fix for building example 'computecullandlod' for Android target.
2 parents 0951c1d + 372bcef commit d093649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/computecullandlod/computecullandlod.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// Total number of objects (^3) in the scene
1616
#if defined(__ANDROID__)
17-
constexpr auto OBJECT_COUNT 32;
17+
constexpr auto OBJECT_COUNT = 32;
1818
#else
1919
constexpr auto OBJECT_COUNT = 64;
2020
#endif

0 commit comments

Comments
 (0)