aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/detect_points_collision.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems/detect_points_collision.js')
-rw-r--r--lib/systems/detect_points_collision.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems/detect_points_collision.js b/lib/systems/detect_points_collision.js
index c84f3fc..21e6dad 100644
--- a/lib/systems/detect_points_collision.js
+++ b/lib/systems/detect_points_collision.js
@@ -97,4 +97,4 @@ export default class DetectPointsCollisionSystem extends System {
}
}
}
-};
+}