Fix GDScript export hint for Navigation2D layer names
This commit is contained in:
parent
cbde08d452
commit
d955d4a1c1
1 changed files with 1 additions and 1 deletions
|
@ -4350,7 +4350,7 @@ void GDScriptParser::_parse_class(ClassNode *p_class) {
|
||||||
_set_error("Expected \")\" in the layers 2D navigation hint.");
|
_set_error("Expected \")\" in the layers 2D navigation hint.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
current_export.hint = PROPERTY_HINT_LAYERS_2D_PHYSICS;
|
current_export.hint = PROPERTY_HINT_LAYERS_2D_NAVIGATION;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue