mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-12 07:14:03 +00:00
HUD models now render properly
- IQM HUD Models will now render properly
This commit is contained in:
parent
6564adf310
commit
5b60118af2
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ void FHWModelRenderer::BeginDrawHUDModel(FRenderStyle style, const VSMatrix &obj
|
||||||
|
|
||||||
void FHWModelRenderer::EndDrawHUDModel(FRenderStyle style)
|
void FHWModelRenderer::EndDrawHUDModel(FRenderStyle style)
|
||||||
{
|
{
|
||||||
|
state.SetBoneIndexBase(-1);
|
||||||
state.EnableModelMatrix(false);
|
state.EnableModelMatrix(false);
|
||||||
|
|
||||||
state.SetDepthFunc(DF_Less);
|
state.SetDepthFunc(DF_Less);
|
||||||
|
|
Loading…
Reference in a new issue