disabled culling

This commit is contained in:
Nicole Dresselhaus 2014-06-11 00:07:06 +02:00
parent 32f1043d7c
commit 3cd3ba55f9
No known key found for this signature in database
GPG Key ID: BC16D887851A1A80

View File

@ -325,7 +325,7 @@ drawMap = do
glPatchParameteri gl_PATCH_VERTICES 3
cullFace $= Just Front
cullFace $= Nothing --Just Front
glDrawArrays gl_PATCHES 0 (fromIntegral numVert)