mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-04 02:36:31 +00:00
resetting getter not const (due to poor lib design)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user