Revert r5658. This fixes the disappearing chaingun problem.

git-svn-id: https://svn.eduke32.com/eduke32@5771 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-06-05 04:46:43 +00:00
parent 31e0cdd87b
commit d33a443b2e

View file

@ -5226,7 +5226,7 @@ void polymost_dorotatesprite(int32_t sx, int32_t sy, int32_t z, int16_t a, int16
bglLoadMatrixf(&m[0][0]);
bglMatrixMode(GL_MODELVIEW);
// bglPushMatrix();
bglPushMatrix();
bglLoadIdentity();
bglDisable(GL_DEPTH_TEST);
@ -5389,7 +5389,7 @@ void polymost_dorotatesprite(int32_t sx, int32_t sy, int32_t z, int16_t a, int16
pr_normalmapping = oldnormalmapping;
}
#endif
// bglPopMatrix();
bglPopMatrix();
bglMatrixMode(GL_PROJECTION);
bglPopMatrix();