Skip to content

Commit 84d4a70

Browse files
committed
Merge branch 'master' of https://github.com/SaschaWillems/Vulkan
2 parents c80c35c + d093649 commit 84d4a70

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)