mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Bind missing subresource flag in ResourceSaver
This commit is contained in:
@@ -180,6 +180,7 @@ void _ResourceSaver::_bind_methods() {
|
||||
BIND_ENUM_CONSTANT(FLAG_OMIT_EDITOR_PROPERTIES);
|
||||
BIND_ENUM_CONSTANT(FLAG_SAVE_BIG_ENDIAN);
|
||||
BIND_ENUM_CONSTANT(FLAG_COMPRESS);
|
||||
BIND_ENUM_CONSTANT(FLAG_REPLACE_SUBRESOURCE_PATHS);
|
||||
}
|
||||
|
||||
_ResourceSaver::_ResourceSaver() {
|
||||
|
||||
Reference in New Issue
Block a user