mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-24 10:07:17 +01:00
Fix GDScript export hint for Navigation2D layer names
This commit is contained in:
parent
97219f5982
commit
f7f386b697
@ -4308,7 +4308,7 @@ void GDScriptParser::_parse_class(ClassNode *p_class) {
|
||||
_set_error("Expected \")\" in the layers 2D navigation hint.");
|
||||
return;
|
||||
}
|
||||
current_export.hint = PROPERTY_HINT_LAYERS_2D_PHYSICS;
|
||||
current_export.hint = PROPERTY_HINT_LAYERS_2D_NAVIGATION;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user