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.
Diff: Game/Game.cpp
- Revision:
- 3:b34685dbdb8d
- Parent:
- 2:b62e8be35a5d
- Child:
- 4:afbf3dd71403
diff -r b62e8be35a5d -r b34685dbdb8d Game/Game.cpp --- a/Game/Game.cpp Tue Apr 02 10:45:44 2019 +0000 +++ b/Game/Game.cpp Tue Apr 02 12:40:31 2019 +0000 @@ -34,7 +34,7 @@ void Game::update(Gamepad &pad) { - + _player.update(pad); } void Game::draw(N5110 &lcd)