mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 01:11:44 +00:00
- fixed bad return in sprite processing code.
This commit is contained in:
parent
0da33096c6
commit
7c991d59ac
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ void HWDrawInfo::DispatchSprites()
|
||||||
{
|
{
|
||||||
//HWSprite hwsprite;
|
//HWSprite hwsprite;
|
||||||
//hwsprite.ProcessVoxel(voxmodels[tspr->picnum], tspr);
|
//hwsprite.ProcessVoxel(voxmodels[tspr->picnum], tspr);
|
||||||
return;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue