From f2d58d5c67788faf7eeaf5db751015cce85daabd Mon Sep 17 00:00:00 2001 From: KoroLion Date: Thu, 24 Dec 2020 23:25:30 +0300 Subject: [PATCH] compGraph: better angle --- compGraph/flying_object/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compGraph/flying_object/main.cpp b/compGraph/flying_object/main.cpp index 4c2ec60..7fb6492 100644 --- a/compGraph/flying_object/main.cpp +++ b/compGraph/flying_object/main.cpp @@ -25,7 +25,7 @@ const int FPS = 60; // configurate here #define HEIGHT 200 #define SPEED 100 -#define ANGLE -90 +#define ANGLE 60 // endconf template