runner

Dependencies:   mbed

Revision:
8:5fde4e54a2f4
Parent:
4:7fca66882a00
--- a/Obstacle/Obstacle.cpp	Thu May 09 15:20:53 2019 +0000
+++ b/Obstacle/Obstacle.cpp	Thu May 09 15:39:17 2019 +0000
@@ -13,7 +13,7 @@
 
 void Obstacle::init(int y,int height,int width)
 {
-    _x = WIDTH;  // x value on screen is fixed
+    _x = WIDTH; 
     _y = y;
     _height = height;
     _width = width;