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
|
||||
GL.clear [GL.ColorBuffer]
|
||||
|
||||
-- tha actual drawing happens here
|
||||
-- the actual drawing happens here
|
||||
void $ get GL.errors
|
||||
GL.drawElements GL.Triangles 6 GL.UnsignedInt nullPtr
|
||||
err <- get GL.errors
|
||||
|
|
Loading…
Reference in a new issue