Fix saving virtual JsonAssets to path
This commit is contained in:
@@ -101,6 +101,7 @@ protected:
|
||||
void unload(bool isReloading) override;
|
||||
#if USE_EDITOR
|
||||
void onRename(const StringView& newPath) override;
|
||||
bool saveInternal(JsonWriter& writer) const;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user