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 9b1aedc commit 4ab8854Copy full SHA for 4ab8854
src/xrEngine/x_ray.cpp
@@ -519,4 +519,6 @@ void CApplication::load_draw_internal()
519
{
520
if (loadingScreen)
521
loadingScreen->Update(load_stage, max_load_stage);
522
+ else
523
+ GEnv.Render->ClearTarget();
524
}
0 commit comments