HUD models now render properly

- IQM HUD Models will now render properly
This commit is contained in:
Shiny Metagross 2022-09-05 10:52:00 -07:00 committed by Christoph Oelckers
parent 6564adf310
commit 5b60118af2
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ void FHWModelRenderer::BeginDrawHUDModel(FRenderStyle style, const VSMatrix &obj
void FHWModelRenderer::EndDrawHUDModel(FRenderStyle style)
{
state.SetBoneIndexBase(-1);
state.EnableModelMatrix(false);
state.SetDepthFunc(DF_Less);