Daniel 5 lat temu
rodzic
commit
15d6232b8d
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      OOP_Pong/functions.cpp

+ 0
- 1
OOP_Pong/functions.cpp Wyświetl plik

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