mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- removed unused variable.
This commit is contained in:
parent
276fb7dbb2
commit
b946114145
1 changed files with 0 additions and 1 deletions
|
@ -400,7 +400,6 @@ void GLSprite::Draw(int pass)
|
|||
v4 = FVector3(x2, z2, y2);
|
||||
}
|
||||
|
||||
FFlatVertex *ptr;
|
||||
FQuadDrawer qd;
|
||||
qd.Set(0, v1[0], v1[1], v1[2], ul, vt);
|
||||
qd.Set(1, v2[0], v2[1], v2[2], ur, vt);
|
||||
|
|
Loading…
Reference in a new issue