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: EngineController/EngineController.cpp
- Revision:
- 26:4253656c0755
- Parent:
- 21:20478f086bc2
- Child:
- 27:c920c5ec31af
--- a/EngineController/EngineController.cpp Wed Apr 24 17:58:35 2019 +0000 +++ b/EngineController/EngineController.cpp Fri May 03 09:33:34 2019 +0000 @@ -79,7 +79,7 @@ _game_engine.process_x(_game_counter); _game_engine.process_sprite(); _game_engine.check_coin_collision(gamepad); - _game_engine.check_fire_collision(gamepad); - _game_engine.update_lcd(lcd); + _game_engine.check_fire_collision(gamepad, _game_counter); + _game_engine.update_lcd(lcd, _game_counter); }