We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4395b commit a0c843fCopy full SHA for a0c843f
Qor/BasicState.cpp
@@ -35,7 +35,9 @@ void BasicState :: preload()
35
m_pRoot->add(m_pCamera->as_node());
36
m_pRTTCamera = make_shared<Camera>(m_pQor->resources(), m_pQor->window());
37
m_pRTTRoot->add(m_pRTTCamera->as_node());
38
- std::this_thread::sleep_for(std::chrono::seconds(1));
+
39
+ // test loading screen
40
+ //std::this_thread::sleep_for(std::chrono::seconds(1));
41
}
42
43
BasicState :: ~BasicState()
0 commit comments