summaryrefslogtreecommitdiff
path: root/src/mass.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mass.rs')
-rw-r--r--src/mass.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mass.rs b/src/mass.rs
index 33144ab..c556e0c 100644
--- a/src/mass.rs
+++ b/src/mass.rs
@@ -174,6 +174,7 @@ impl Mass {
refinery.process();
navigation.process();
construction.process();
+ engines.process(self.velocity.clone());
self.effects.give_acceleration(engines.take_acceleration())
}