Skip to content

Commit 7c2d597

Browse files
committed
Cleanup
1 parent 4672528 commit 7c2d597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/examples/cubescape-shared-gl/CubeScape.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ void CubeScape::setNumCubes(int _numCubes)
223223
{
224224
m_numcubes = std::min(4096, std::max(1, _numCubes));
225225
}
226+
226227
int CubeScape::numCubes() const
227228
{
228229
return m_numcubes;

0 commit comments

Comments
 (0)