diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-23 13:31:50 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-23 13:31:50 +0100 |
| commit | c574b1243c572d774c7430f4495b1d6b490f9fbc (patch) | |
| tree | 4cb103a840d48513dad81545869483b42216c9e7 /Penguloon/Levels/Map.cs | |
| parent | 45bbe9f283b30f03167548c2b41eee22784a974f (diff) | |
Balancing
Diffstat (limited to 'Penguloon/Levels/Map.cs')
| -rw-r--r-- | Penguloon/Levels/Map.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Penguloon/Levels/Map.cs b/Penguloon/Levels/Map.cs index c428e49..f05c8f5 100644 --- a/Penguloon/Levels/Map.cs +++ b/Penguloon/Levels/Map.cs @@ -159,8 +159,7 @@ namespace Penguloon.Levels public void Update(float deltaTime) { for (int i = 0; i < Enemies.Count; i++) - { - + { if (Enemies[i] != null) Enemies[i].Update(deltaTime); } |
