mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Fixes infinite loop in NavPolygonInstance warnings
This commit is contained in:
parent
1063ddfeb5
commit
c42bbe1073
@ -452,7 +452,7 @@ String NavigationPolygonInstance::get_configuration_warning() const {
|
||||
return String();
|
||||
}
|
||||
|
||||
c = Object::cast_to<Node2D>(get_parent());
|
||||
c = Object::cast_to<Node2D>(c->get_parent());
|
||||
}
|
||||
|
||||
return TTR("NavigationPolygonInstance must be a child or grandchild to a Navigation2D node. It only provides navigation data.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user