mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-18 15:11:51 +00:00
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:
parent
31e0cdd87b
commit
d33a443b2e
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue