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