Daniel 5 년 전
부모
커밋
15d6232b8d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      OOP_Pong/functions.cpp

+ 0
- 1
OOP_Pong/functions.cpp 파일 보기

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