mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
Remove redundant line
This commit is contained in:
parent
114fda1ed5
commit
d197ebca78
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ void RenderPolySprite::Render(const TriMatrix &worldToClip, AActor *thing, subse
|
|||
args.ccw = true;
|
||||
args.stenciltestvalue = 0;
|
||||
args.stencilwritevalue = 1;
|
||||
args.translation = nullptr;
|
||||
args.SetTexture(tex, thing->Translation);
|
||||
|
||||
if (args.translation)
|
||||
|
|
Loading…
Reference in a new issue