flyx / OpenGLAda

Thick Ada binding for OpenGL and GLFW
flyx.github.io/OpenGLAda/
MIT License
95 stars 13 forks source link

GL_Culling bug? #110

Closed rogermc2 closed 6 years ago

rogermc2 commented 6 years ago

GL_Culling.adb line 14, in function Front_Face:

Enums.Getter.Cull_Face should be Enums.Getter.Front_Face  ?

I have incorporated this fix into my PR 104, Loading Example.

flyx commented 6 years ago

Fixed by #104 .