Lint
This commit is contained in:
@@ -13,7 +13,7 @@ import ShapePicture
|
||||
|
||||
drawProjectile :: Projectile -> SPic
|
||||
drawProjectile pj
|
||||
| Just (DestroyPU{}) <- pj ^? prjUpdates . ix 0 = mempty
|
||||
| Just DestroyPU{} <- pj ^? prjUpdates . ix 0 = mempty
|
||||
| Just NoHoming <- pj ^? prjType . rkHoming =
|
||||
drawShell Nothing pj
|
||||
| Just _ <- pj ^? prjType . rkHoming =
|
||||
|
||||
Reference in New Issue
Block a user