resetting getter not const (due to poor lib design)

This commit is contained in:
Clément Le Bihan
2021-05-21 16:30:53 +02:00
parent 688b5d992d
commit 8323639e4f
6 changed files with 5 additions and 6 deletions
-1
View File
@@ -30,7 +30,6 @@ int main()
RAY::Drawables::Drawables3D::Grid grid(10, 5.0f);
RAY::Drawables::Drawables3D::Cube cube({0}, {0}, {0});
// Specify the amount of blocks in each direction
const int numBlocks = 15;