Fix deadlock regression from fd679f0af5 when applying Game Settings itself
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user