mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user