chore: format everything

This commit is contained in:
Tropical
2026-03-30 02:13:59 -05:00
parent 470ddf959d
commit c9b90cae2c
463 changed files with 12748 additions and 11285 deletions

View File

@@ -25,7 +25,9 @@ void SignTile::updateDefaultShape() {
this->setShape(0.5f - r, 0, 0.5f - r, 0.5f + r, h, 0.5f + r);
}
std::optional<AABB> SignTile::getAABB(Level* level, int x, int y, int z) { return std::nullopt; }
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) {
updateShape(level, x, y, z);