X-Git-Url: https://git.r.bdr.sh/rbdr/sumo/blobdiff_plain/7ade6f8d96825386bf2e89dea51f9297cbac8e9c..7741a3cc37662ab2ff9606bdaffc0317b79a8dd9:/lib/systems/reduce_velocity.js diff --git a/lib/systems/reduce_velocity.js b/lib/systems/reduce_velocity.js index 6521014..f831f41 100644 --- a/lib/systems/reduce_velocity.js +++ b/lib/systems/reduce_velocity.js @@ -66,5 +66,5 @@ export default class ReduceVelocitySystem extends System { console.log(limitedVelocityEntity.body.body.velocity, limitedVelocityEntity.maxVelocity.maxVelocity); } } -}; +}