Portals - Config warning for Rooms with too many planes

Just a small addition, a config warning if the user creates a Room with a large number of bounding planes, letting them know to simplify it.
This commit is contained in:
lawnjelly
2021-07-22 08:26:42 +01:00
parent b856841b99
commit 5e59f7ce3a
2 changed files with 8 additions and 0 deletions

View File

@@ -796,6 +796,7 @@ void RoomManager::_third_pass_rooms(const LocalVector<Portal *> &p_portals) {
found_errors = true;
}
room->update_gizmo();
room->update_configuration_warning();
}
if (found_errors) {