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

@@ -150,6 +150,7 @@ protected:
// [JsonAssetBase]
LoadResult loadAsset() override;
void unload(bool isReloading) override;
void onLoaded_MainThread() override;
private:
bool CreateInstance();