Kaynağa Gözat

Fehler behoben

Kolja Strohm 4 yıl önce
ebeveyn
işleme
e4c5ba4981
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      StickmanWorldOnline/Spiel.cpp

+ 5 - 0
StickmanWorldOnline/Spiel.cpp

@@ -685,6 +685,11 @@ void Spiel::tick( double zeit )
                             shots.remove( j );
                         }
                     }
+                    if( removed )
+                    {
+                        shots.remove( i );
+                        i--;
+                    }
                 }
                 if( !removed )
                 {