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:
- 39:41dcf1604fdf
- Parent:
- 32:9c250eda7f3f
- Child:
- 46:824ec81ff578
--- a/Game/Game.cpp Mon Apr 29 15:23:07 2019 +0000 +++ b/Game/Game.cpp Tue May 07 16:57:26 2019 +0000 @@ -19,7 +19,7 @@ void Game::resetScene(){ for(int i = 0; i < noOfCubes; i++){ //Set initial position of all cubes - cubeArray[i].translate(rand()%250-125, 0, 10+ i*5); //Position will be based on random integers + cubeArray[i].translate(rand()%250-125, 0, 10 + i*5); //Position will be based on random integers } }