mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-20 21:35:12 +00:00
debug color is now a memeber of the drawable 3D class
This commit is contained in:
@@ -124,7 +124,7 @@ namespace RAY::Drawables::Drawables3D
|
||||
box.max.x += this->_position.x;
|
||||
box.max.y += this->_position.y;
|
||||
box.max.z += this->_position.z;
|
||||
DrawBoundingBox(box, GREEN);
|
||||
DrawBoundingBox(box, this->_debugColor);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user