glDisable(GL_CULL_FACE) not working

BlitzMax Forums/MiniB3D Module/glDisable(GL_CULL_FACE) not working

Hezkore(Posted 2013) [#1]
In TGlobal.bmx for standard MiniB3D, there is a EnableStates() function which enables GL_CULL_FACE.
I'm trying to disable it simply by changing glEnable into glDisable but it has no effect!

Anyone know why?


Hezkore(Posted 2013) [#2]
Ah nevermind, I found it by looking at the TMesh source.
Turns out you can use EntityFX and flag 16!