Daniel 5 år sedan
förälder
incheckning
15d6232b8d
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0
    1
      OOP_Pong/functions.cpp

+ 0
- 1
OOP_Pong/functions.cpp Visa fil

@@ -72,7 +72,6 @@ void Paddle::move(float x, float y) {
72 72
 }
73 73
 
74 74
 Ball::Ball() {
75
-    isPlaying = false;
76 75
     const sf::Time AITime = sf::seconds(0.1f);
77 76
     const float paddleSpeed = 400.f;
78 77
     float rightPaddleSpeed = 0.f;