Reset gl state after drawing UI in drawUI

This commit is contained in:
bloeys
2022-01-23 07:50:50 +04:00
parent 6dee7b0f1d
commit e1e617e4e4
2 changed files with 8 additions and 12 deletions

View File

@ -90,7 +90,6 @@ func initOpenGL() error {
}
gl.Enable(gl.DEPTH_TEST)
gl.Enable(gl.CULL_FACE)
gl.CullFace(gl.BACK)
gl.FrontFace(gl.CCW)