Simplify profile loading and handling of the loading screen

This commit is contained in:
Alexander Bock
2024-02-28 00:19:06 +01:00
parent 0203d723e8
commit 7a2efc66d6
9 changed files with 290 additions and 310 deletions

View File

@@ -159,7 +159,6 @@ private:
std::unique_ptr<Scene> _scene;
std::unique_ptr<AssetManager> _assetManager;
bool _shouldAbortLoading = false;
std::unique_ptr<LoadingScreen> _loadingScreen;
std::unique_ptr<VersionChecker> _versionChecker;