mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix Polymer when switching from Polymost
git-svn-id: https://svn.eduke32.com/eduke32@5011 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
1d30b86db2
commit
f3e8ffa714
1 changed files with 1 additions and 0 deletions
|
@ -917,6 +917,7 @@ void polymer_glinit(void)
|
|||
|
||||
culledface = GL_BACK;
|
||||
bglCullFace(GL_BACK);
|
||||
bglFrontFace(GL_CCW);
|
||||
|
||||
bglEnable(GL_CULL_FACE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue