mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-10 06:54:08 +00:00
refactor: make Tile::getTileAABB return AABB
This commit is contained in:
@@ -27,7 +27,7 @@ void SignTile::updateDefaultShape() {
|
||||
|
||||
std::optional<AABB> SignTile::getAABB(Level* level, int x, int y, int z) { return std::nullopt; }
|
||||
|
||||
AABB* SignTile::getTileAABB(Level* level, int x, int y, int z) {
|
||||
AABB SignTile::getTileAABB(Level* level, int x, int y, int z) {
|
||||
updateShape(level, x, y, z);
|
||||
return BaseEntityTile::getTileAABB(level, x, y, z);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user