From d33a443b2e000928420b219a8c4bf746eadd7d3e Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Sun, 5 Jun 2016 04:46:43 +0000 Subject: [PATCH] Revert r5658. This fixes the disappearing chaingun problem. git-svn-id: https://svn.eduke32.com/eduke32@5771 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/src/polymost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polymer/eduke32/build/src/polymost.c b/polymer/eduke32/build/src/polymost.c index a617db68e..2ac3740a0 100644 --- a/polymer/eduke32/build/src/polymost.c +++ b/polymer/eduke32/build/src/polymost.c @@ -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();