mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-22 12:11:17 +00:00
removed voxel offsetting in Blood's animateSprites function
Since offsetting is being done in the backend now, this one is redundant.
This commit is contained in:
parent
14c5261c09
commit
6eae603d20
1 changed files with 0 additions and 1 deletions
|
@ -637,7 +637,6 @@ void viewProcessSprites(tspriteArray& tsprites, const DVector3& cPos, DAngle cA,
|
|||
{
|
||||
pTSprite->cstat &= ~(CSTAT_SPRITE_XFLIP | CSTAT_SPRITE_YFLIP);
|
||||
auto tex = TexMan.GetGameTexture(pTSprite->spritetexture());
|
||||
pTSprite->yoffset += (uint8_t)tex->GetDisplayTopOffset();
|
||||
if (nAnimType == 7)
|
||||
{
|
||||
pTSprite->Angles.Yaw = myclock.Normalized360();
|
||||
|
|
Loading…
Reference in a new issue