Fix deadlock regression from fd679f0af5 when applying Game Settings itself

This commit is contained in:
Wojtek Figat
2023-10-05 10:13:49 +02:00
parent 1838c7bba7
commit 86d1d29820
3 changed files with 16 additions and 8 deletions

View File

@@ -227,7 +227,7 @@ protected:
bool onLoad(LoadAssetTask* task);
void onLoaded();
void onLoaded_MainThread();
virtual void onLoaded_MainThread();
virtual void onUnload_MainThread();
#if USE_EDITOR
virtual void onRename(const StringView& newPath) = 0;