diff --git a/src/Main.hs b/src/Main.hs index 641219a..cb93d89 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -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