Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Game/Game.cpp
- Revision:
- 17:3c9672c6e532
- Parent:
- 16:64cd7bc094f9
- Child:
- 18:8256546a3cbf
--- a/Game/Game.cpp Sun Mar 31 18:05:01 2019 +0000 +++ b/Game/Game.cpp Sun Mar 31 18:10:18 2019 +0000 @@ -41,9 +41,9 @@ { if(playing){ if(score < 2500) - cubeVector[c].translate(-coord.x*1.4,0,-2.5-(double)score/1000); + cubeVector[c].translate(-coord.x*1.4,0,-2.5-(float)score/1000); else{ - cubeVector[c].translate(-coord.x*1.4,0,(double)-5); + cubeVector[c].translate(-coord.x*1.4,0,(float)-5); } } for (int i = 0; i < 6; i++){