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 618e730 commit bb691e5Copy full SHA for bb691e5
1 file changed
Client/mods/deathmatch/logic/CClientGame.cpp
@@ -3629,6 +3629,9 @@ void CClientGame::StaticPostWorldProcessPedsAfterPreRenderHandler()
3629
3630
void CClientGame::StaticPreFxRenderHandler()
3631
{
3632
+ // RenderFadingInEntities is done at this point, so alpha entity list callbacks
3633
+ // no longer reference CModelRenderer's queue elements.
3634
+ g_pClientGame->GetModelRenderer()->NotifyFrameEnd();
3635
g_pCore->OnPreFxRender();
3636
}
3637
0 commit comments