Remove redundant line

This commit is contained in:
Magnus Norddahl 2016-11-19 14:07:39 +01:00
parent 114fda1ed5
commit d197ebca78

View file

@ -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)