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:
terminx 2015-02-18 01:47:06 +00:00
parent 1d30b86db2
commit f3e8ffa714
1 changed files with 1 additions and 0 deletions

View File

@ -917,6 +917,7 @@ void polymer_glinit(void)
culledface = GL_BACK;
bglCullFace(GL_BACK);
bglFrontFace(GL_CCW);
bglEnable(GL_CULL_FACE);
}