typo
This commit is contained in:
parent
23e806a8e7
commit
b3ba19f16c
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ main = do
|
||||||
-- clear buffers before drawing
|
-- clear buffers before drawing
|
||||||
GL.clear [GL.ColorBuffer]
|
GL.clear [GL.ColorBuffer]
|
||||||
|
|
||||||
-- tha actual drawing happens here
|
-- the actual drawing happens here
|
||||||
void $ get GL.errors
|
void $ get GL.errors
|
||||||
GL.drawElements GL.Triangles 6 GL.UnsignedInt nullPtr
|
GL.drawElements GL.Triangles 6 GL.UnsignedInt nullPtr
|
||||||
err <- get GL.errors
|
err <- get GL.errors
|
||||||
|
|
Loading…
Reference in a new issue