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 a41829b commit 3cc19e1Copy full SHA for 3cc19e1
1 file changed
Client/mods/deathmatch/logic/CClientGame.cpp
@@ -3653,6 +3653,9 @@ void CClientGame::StaticPostWorldProcessPedsAfterPreRenderHandler()
3653
3654
void CClientGame::StaticPreFxRenderHandler()
3655
{
3656
+ // RenderFadingInEntities is done at this point, so alpha entity list callbacks
3657
+ // no longer reference CModelRenderer's queue elements.
3658
+ g_pClientGame->GetModelRenderer()->NotifyFrameEnd();
3659
g_pCore->OnPreFxRender();
3660
}
3661
0 commit comments