mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
set default loading state
This commit is contained in:
parent
3e840cdb47
commit
12ba95f7ba
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace geode {
|
|||
std::vector<ghc::filesystem::path> m_texturePaths;
|
||||
bool m_isSetup = false;
|
||||
|
||||
LoadingState m_loadingState;
|
||||
LoadingState m_loadingState = LoadingState::None;
|
||||
|
||||
std::vector<utils::MiniFunction<void(void)>> m_mainThreadQueue;
|
||||
mutable std::mutex m_mainThreadMutex;
|
||||
|
|
Loading…
Reference in a new issue