Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibel committed Feb 26, 2024
1 parent 4672528 commit 7c2d597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/examples/cubescape-shared-gl/CubeScape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ void CubeScape::setNumCubes(int _numCubes)
{
m_numcubes = std::min(4096, std::max(1, _numCubes));
}

int CubeScape::numCubes() const
{
return m_numcubes;
Expand Down

0 comments on commit 7c2d597

Please sign in to comment.