Daniel 5 years ago
parent
commit
15d6232b8d
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      OOP_Pong/functions.cpp

+ 0
- 1
OOP_Pong/functions.cpp View File

@@ -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;