Skip to content

Commit fc1b98e

Browse files
committed
disable blend, dont leave w/ blend enabled either
1 parent d019f59 commit fc1b98e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Qor/LoadingState.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ void LoadingState :: logic(Freq::Time t)
148148
Actuation::logic(t);
149149
m_pCamera->ortho(true);
150150
m_pPipeline->winding(false);
151-
m_pPipeline->blend(true);
151+
m_pPipeline->blend(false);
152152

153153
if(m_pInput->escape())
154154
m_pQor->quit();
@@ -225,6 +225,8 @@ void LoadingState :: logic(Freq::Time t)
225225
);
226226
}
227227
}
228+
229+
m_pPipeline->blend(false);
228230
m_pQor->pop_state();
229231
}
230232
}

0 commit comments

Comments
 (0)