mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
- removed bad 'pos' setup in PreDrawStackedWater
This was a) supposed to set 'opos' not 'pos' and is b) redundant because here both Users point to the same sprite. Fixes #261
This commit is contained in:
parent
981a2c7e5c
commit
8cf3e50ade
1 changed files with 0 additions and 1 deletions
|
@ -1513,7 +1513,6 @@ void PreDrawStackedWater(void)
|
|||
nu->Rot = u->Rot;
|
||||
nu->StateStart = u->StateStart;
|
||||
nu->StateEnd = u->StateEnd;
|
||||
nu->SpriteP->pos = sp->opos;
|
||||
nu->Flags = u->Flags;
|
||||
nu->Flags2 = u->Flags2;
|
||||
nu->RotNum = u->RotNum;
|
||||
|
|
Loading…
Reference in a new issue