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: Engine/Engine.cpp
- Revision:
- 28:be77ad6c0bda
- Parent:
- 27:c920c5ec31af
- Child:
- 29:bdc4138b5171
--- a/Engine/Engine.cpp Sat May 04 13:26:50 2019 +0000 +++ b/Engine/Engine.cpp Tue May 07 08:39:38 2019 +0000 @@ -83,7 +83,7 @@ if (_fall_flag) { _skater.fall(_fall_flag, gamepad); } else { - _skater.set_y_position( _input.A_flag, _jump_counter, _level_condition, + _skater.set_y_position(_input.A_flag, _jump_counter, _level_condition, gamepad); } _fall_flag = _skater.get_fall_flag(); // Update fall flag.