This commit is contained in:
nek0 2020-05-17 12:35:29 +02:00
parent 23e806a8e7
commit b3ba19f16c
1 changed files with 1 additions and 1 deletions

View File

@ -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