mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
polymost_dorotatesprite(): fix for Polymer bug introduced by Polymost drawarrays optimization
git-svn-id: https://svn.eduke32.com/eduke32@6659 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ff1d948d44
commit
8ebb8083a5
1 changed files with 1 additions and 0 deletions
|
@ -6253,6 +6253,7 @@ void polymost_dorotatesprite(int32_t sx, int32_t sy, int32_t z, int16_t a, int16
|
|||
{
|
||||
pr_normalmapping = 0;
|
||||
polymer_inb4rotatesprite(picnum, dapalnum, dashade, method);
|
||||
polymost_resetVertexPointers();
|
||||
# ifdef USE_GLEXT
|
||||
r_detailmapping = 0;
|
||||
r_glowmapping = 0;
|
||||
|
|
Loading…
Reference in a new issue