dusting off
This commit is contained in:
parent
6ec3b744e3
commit
3c016bbb17
1 changed files with 0 additions and 2 deletions
|
@ -32,7 +32,6 @@ init = do
|
||||||
<*> (Mouse <$> newTVarIO [])
|
<*> (Mouse <$> newTVarIO [])
|
||||||
<*> (Keyboard <$> newTVarIO [])
|
<*> (Keyboard <$> newTVarIO [])
|
||||||
_ <- glewInit
|
_ <- glewInit
|
||||||
-- (ws, _) <- yieldSystemT (0, defStorage) (return ())
|
|
||||||
nvg <- createGL3 (S.fromList [NanoVG.Debug, Antialias, StencilStrokes])
|
nvg <- createGL3 (S.fromList [NanoVG.Debug, Antialias, StencilStrokes])
|
||||||
return UserData
|
return UserData
|
||||||
{ state = Load
|
{ state = Load
|
||||||
|
@ -42,7 +41,6 @@ init = do
|
||||||
, assetFonts = M.empty
|
, assetFonts = M.empty
|
||||||
, nano = nvg
|
, nano = nvg
|
||||||
, uuid = []
|
, uuid = []
|
||||||
-- , worldState = ws
|
|
||||||
, stateData = None
|
, stateData = None
|
||||||
, threadContext = Nothing
|
, threadContext = Nothing
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue