aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/physics_to_attributes.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems/physics_to_attributes.js')
-rw-r--r--lib/systems/physics_to_attributes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems/physics_to_attributes.js b/lib/systems/physics_to_attributes.js
index e054710..8daa570 100644
--- a/lib/systems/physics_to_attributes.js
+++ b/lib/systems/physics_to_attributes.js
@@ -70,4 +70,4 @@ export default class PhysicsToAttributesSystem extends System {
physicalEntity.angle.angle = physicalEntity.body.body.angle;
}
}
-};
+}