Daniel 5 년 전
부모
커밋
94e0158b53
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      pong.cpp

+ 1
- 1
pong.cpp 파일 보기

@@ -36,7 +36,7 @@ int main()
36 36
     srand(static_cast<unsigned int>(time(NULL)));
37 37
 
38 38
     // Define some constants
39
-    const float pi = 3.14159;
39
+    const float pi = 3.1415;
40 40
     const int gameWidth = 800;
41 41
     const int gameHeight = 600;
42 42