From b3ba19f16c90c6e5576733da646da7abfe31d537 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 17 May 2020 12:35:29 +0200 Subject: [PATCH] typo --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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