]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - SuperPolarity/ActorManager.cs
Move some files around, relink
[rbdr/super-polarity] / SuperPolarity / ActorManager.cs
index f5587b9c9f772872a3915720451706b6fe3efcd8..56db26c1570603128a1d8493cd6081b900e9d7e3 100644 (file)
@@ -68,7 +68,9 @@ namespace SuperPolarity
                 {
                     Actor other = Actors[j];
 
-                    CheckCollision(actor, other);
+                                       if (actor.Collides && other.Collides) {
+                                               CheckCollision(actor, other);
+                                       }
 
                     if (actor.GetType().IsSubclassOf(typeof(Ship)) && other.GetType().IsSubclassOf(typeof(Ship)))
                     {