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: SpaceInvadersEngine/SpaceInvadersEngine.cpp
- Revision:
- 63:5a33437d2267
- Parent:
- 62:0bd9b22ad5ed
- Child:
- 64:8ccfdd24a582
--- a/SpaceInvadersEngine/SpaceInvadersEngine.cpp Sat Apr 27 16:21:34 2019 +0000
+++ b/SpaceInvadersEngine/SpaceInvadersEngine.cpp Sat Apr 27 16:24:26 2019 +0000
@@ -49,8 +49,8 @@
{
check_goal(pad);
_bullet.update();
+ _space_ship.update(_d,_mag);
- void SpaceInvadersEngine::update(Gamepad&pad) {
_A1.update(_d,_mag);
}