Pass projectile object to draw function
This commit is contained in:
@@ -206,7 +206,7 @@ defaultPT = Projectile
|
||||
{ _pjPos = (0,0)
|
||||
, _pjStartPos = (0,0)
|
||||
, _pjVel = (0,0)
|
||||
, _pjPict = blank
|
||||
, _pjDraw = \_ -> blank
|
||||
, _pjID = 0
|
||||
, _pjUpdate = id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user