X-Git-Url: https://git.r.bdr.sh/rbdr/sumo/blobdiff_plain/bb8d5ef47baf7ad16a1bc58526f81ce332b090d6..HEAD:/lib/systems/reduce_velocity.js?ds=sidebyside 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); } } -}; +}