From 05b126ef9443e248439732e9c9d3447268109645 Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 12 Dec 2016 02:10:42 +0100 Subject: [PATCH] cleaning Particles will be implemented in affection itself --- examples/example02.hs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/example02.hs b/examples/example02.hs index 47c0b1a..5d66681 100644 --- a/examples/example02.hs +++ b/examples/example02.hs @@ -32,12 +32,6 @@ data UserData = UserData , coordinates :: Maybe (Int, Int) } -data Particle = Particle - { particleCoords :: (Int, Int) - , particleTTL :: Double - , particleVel :: (Int, Int) - } - load :: SDL.Surface -> IO UserData load _ = do traceM "loading"