mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
- this was in the wrong place. :(
This commit is contained in:
parent
ff27edc19c
commit
55abb261c6
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ void HWSprite::DrawSprite(HWDrawInfo* di, FRenderState& state, bool translucent)
|
|||
{
|
||||
//RenderModel(&renderer, x, y, z, modelframe, actor, di->Viewpoint.TicFrac);
|
||||
}
|
||||
state.SetObjectColor(0xffffffff);
|
||||
state.SetVertexBuffer(screen->mVertexData);
|
||||
state.EnableModelMatrix(false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue