Delete cruft, add Reader monad to some internal ai
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ import qualified SDL
|
||||
Central drawing function.
|
||||
Returns a 'Word32' that should give the number of ticks it took to evaluate.
|
||||
-}
|
||||
doDrawing :: RenderData -> World -> IO (Word32)
|
||||
doDrawing :: RenderData -> World -> IO Word32
|
||||
doDrawing pdata w = do
|
||||
sTicks <- SDL.ticks
|
||||
clear [ColorBuffer,DepthBuffer]
|
||||
|
||||
Reference in New Issue
Block a user