mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-14 07:40:48 +02:00
Return the actual AABB in TiledWall::get_aabb().
This commit is contained in:
parent
23f6e7b4df
commit
8cc8c4c7b4
@ -130,7 +130,7 @@ void TiledWall::set_collision_mask(uint32_t p_mask) {
|
||||
}
|
||||
|
||||
AABB TiledWall::get_aabb() const {
|
||||
return AABB();
|
||||
return _aabb;
|
||||
}
|
||||
|
||||
PoolVector<Face3> TiledWall::get_faces(uint32_t p_usage_flags) const {
|
||||
|
Loading…
Reference in New Issue
Block a user