diff options
| author | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2018-10-18 17:58:44 +0300 |
|---|---|---|
| committer | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2018-10-18 17:58:44 +0300 |
| commit | 31f6fad90e84631f144426012358097b8af7352e (patch) | |
| tree | 17d980820941baf32ace41a85978742d1d945641 /core/bind/core_bind.h | |
| parent | ad47ec3952c34e2cfb64b8d65f1ed5614c73222f (diff) | |
| download | redot-engine-31f6fad90e84631f144426012358097b8af7352e.tar.gz | |
Bind missing subresource flag in ResourceSaver
Diffstat (limited to 'core/bind/core_bind.h')
| -rw-r--r-- | core/bind/core_bind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index 3a913e01ed..79403879ac 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -80,6 +80,7 @@ public: FLAG_OMIT_EDITOR_PROPERTIES = 8, FLAG_SAVE_BIG_ENDIAN = 16, FLAG_COMPRESS = 32, + FLAG_REPLACE_SUBRESOURCE_PATHS = 64, }; static _ResourceSaver *get_singleton() { return singleton; } |
