We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d019f59 commit fc1b98eCopy full SHA for fc1b98e
Qor/LoadingState.cpp
@@ -148,7 +148,7 @@ void LoadingState :: logic(Freq::Time t)
148
Actuation::logic(t);
149
m_pCamera->ortho(true);
150
m_pPipeline->winding(false);
151
- m_pPipeline->blend(true);
+ m_pPipeline->blend(false);
152
153
if(m_pInput->escape())
154
m_pQor->quit();
@@ -225,6 +225,8 @@ void LoadingState :: logic(Freq::Time t)
225
);
226
}
227
228
+
229
230
m_pQor->pop_state();
231
232
0 commit comments