Fork of bouncing_ball by Stephen Licht

Revision:
4:2c97532a9aa7
Parent:
2:ba1844b0eb9f
Child:
5:dd8df17df666
--- a/bouncing_ball.h	Tue Nov 07 15:24:26 2017 +0000
+++ b/bouncing_ball.h	Tue Nov 14 14:18:35 2017 +0000
@@ -16,7 +16,7 @@
 #define DEFAULT_POSY 64
 #define DEFAULT_COLOR 0
 #define DEFAULT_RADIUS 10
-#define GRAVITY 9.8
+#define GRAVITY 9.81
 
 // Class declaration
 class physics_ball