mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-04 02:36:31 +00:00
add wires + bounding box drawing for 3D shapes/Models
This commit is contained in:
@@ -36,4 +36,7 @@ namespace RAY::Drawables
|
||||
this->_position = position;
|
||||
return *this;
|
||||
}
|
||||
|
||||
void ADrawable3D::drawWiresOn(RAY::Window &)
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user