mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +01:00
Fix typo.
This commit is contained in:
parent
5ace0cd58f
commit
9386fa1639
@ -179,7 +179,7 @@ void NavigationPolygonEditor::_bake_pressed() {
|
|||||||
ERR_FAIL_COND(!node);
|
ERR_FAIL_COND(!node);
|
||||||
Ref<NavigationPolygon> navigation_polygon = node->get_navigation_polygon();
|
Ref<NavigationPolygon> navigation_polygon = node->get_navigation_polygon();
|
||||||
if (!navigation_polygon.is_valid()) {
|
if (!navigation_polygon.is_valid()) {
|
||||||
err_dialog->set_text(TTR("A NavigationMesh2D resource must be set or created for this node to work."));
|
err_dialog->set_text(TTR("A NavigationPolygon resource must be set or created for this node to work."));
|
||||||
err_dialog->popup_centered();
|
err_dialog->popup_centered();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user