aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/physics_world_control.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems/physics_world_control.js')
-rw-r--r--lib/systems/physics_world_control.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems/physics_world_control.js b/lib/systems/physics_world_control.js
index 370701e..88c60e4 100644
--- a/lib/systems/physics_world_control.js
+++ b/lib/systems/physics_world_control.js
@@ -109,5 +109,5 @@ export default class PhysicsWorldControlSystem extends System {
Engine.update(this.engine, currentFrameDuration);
}
-};
+}