From 7741a3cc37662ab2ff9606bdaffc0317b79a8dd9 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 9 Mar 2020 15:02:35 -0500 Subject: Use new lib components --- lib/systems/physics_to_attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/systems/physics_to_attributes.js') 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; } } -}; +} -- cgit