From 3c016bbb1737c22318b5712b8d38c8adbda75f41 Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 8 Oct 2018 18:54:09 +0200 Subject: [PATCH] dusting off --- src/Init.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Init.hs b/src/Init.hs index 6708718..80ae01a 100644 --- a/src/Init.hs +++ b/src/Init.hs @@ -32,7 +32,6 @@ init = do <*> (Mouse <$> newTVarIO []) <*> (Keyboard <$> newTVarIO []) _ <- glewInit - -- (ws, _) <- yieldSystemT (0, defStorage) (return ()) nvg <- createGL3 (S.fromList [NanoVG.Debug, Antialias, StencilStrokes]) return UserData { state = Load @@ -42,7 +41,6 @@ init = do , assetFonts = M.empty , nano = nvg , uuid = [] - -- , worldState = ws , stateData = None , threadContext = Nothing }