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: alien/alien.cpp
- Revision:
- 18:1c1a3fb0efae
- Parent:
- 17:9da9d0d41fca
diff -r 9da9d0d41fca -r 1c1a3fb0efae alien/alien.cpp
--- a/alien/alien.cpp Fri Apr 19 18:32:06 2019 +0000
+++ b/alien/alien.cpp Fri Apr 19 18:37:26 2019 +0000
@@ -49,6 +49,7 @@
{
_x += _velocity.x;
_y += _velocity.y;
+ }
void alien::set_velocity(Vector2D v)
{