Skip to content

Commit a0c843f

Browse files
committed
removed loading screen sleep test
1 parent 7b4395b commit a0c843f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Qor/BasicState.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ void BasicState :: preload()
3535
m_pRoot->add(m_pCamera->as_node());
3636
m_pRTTCamera = make_shared<Camera>(m_pQor->resources(), m_pQor->window());
3737
m_pRTTRoot->add(m_pRTTCamera->as_node());
38-
std::this_thread::sleep_for(std::chrono::seconds(1));
38+
39+
// test loading screen
40+
//std::this_thread::sleep_for(std::chrono::seconds(1));
3941
}
4042

4143
BasicState :: ~BasicState()

0 commit comments

Comments
 (0)