Further strictifying
This commit is contained in:
@@ -3,7 +3,7 @@ module Dodge.WorldEvent.Cloud
|
||||
|
||||
import Dodge.Data
|
||||
import Dodge.Base
|
||||
--import Geometry
|
||||
import Geometry.Data
|
||||
import Picture
|
||||
--import qualified IntMapHelp as IM
|
||||
|
||||
@@ -14,7 +14,7 @@ makeCloudAt rad t drawFunc p w = w & clouds %~ (theCloud :)
|
||||
where
|
||||
theCloud = Cloud
|
||||
{ _clPos = p
|
||||
, _clVel = (0,0)
|
||||
, _clVel = (V2 0 0)
|
||||
, _clPict = drawFunc
|
||||
, _clRad = rad
|
||||
, _clTimer = t
|
||||
|
||||
Reference in New Issue
Block a user