mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
fix sprite ornamentation
git-svn-id: https://svn.eduke32.com/eduke32@1815 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4430b3ca3f
commit
0c9618bc44
1 changed files with 1 additions and 1 deletions
|
@ -1609,7 +1609,7 @@ void DoSpriteOrnament(int32_t i)
|
|||
sprite[i].z = hitinfo.pos.z;
|
||||
changespritesect(i, hitinfo.hitsect);
|
||||
|
||||
correct_ornamented_sprite(i, hitinfo.hitsect);
|
||||
correct_ornamented_sprite(i, hitinfo.hitwall);
|
||||
}
|
||||
|
||||
void update_highlight()
|
||||
|
|
Loading…
Reference in a new issue