Skip to content

Commit 89e79ae

Browse files
authored
Update outdated comments in Main module
1 parent 999b762 commit 89e79ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Main.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ import Raylib.Util (whileWindowOpen_)
66

77
import qualified Game
88

9-
-- This is the starting point of our application. It initializes SDL2 which is
10-
-- the library we will use to create a window and render graphics.
11-
-- It then enters the application loop.
9+
-- This is the starting point of our application. It initializes a Raylib window,
10+
-- and enters the application loop.
1211
main :: IO ()
1312
main = do
1413
-- Turn on vsync, otherwise we'll see screen tearing when monitor refresh

0 commit comments

Comments
 (0)