disabled culling
This commit is contained in:
parent
32f1043d7c
commit
3cd3ba55f9
@ -325,7 +325,7 @@ drawMap = do
|
||||
|
||||
glPatchParameteri gl_PATCH_VERTICES 3
|
||||
|
||||
cullFace $= Just Front
|
||||
cullFace $= Nothing --Just Front
|
||||
|
||||
glDrawArrays gl_PATCHES 0 (fromIntegral numVert)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user