diff options
Diffstat (limited to 'src/systems/physics.js')
-rw-r--r-- | src/systems/physics.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systems/physics.js b/src/systems/physics.js index d72b1a0..18c3cb3 100644 --- a/src/systems/physics.js +++ b/src/systems/physics.js @@ -11,6 +11,6 @@ game.system.Physics = () => { } return new Set(); - } + }; return { update }; -}
\ No newline at end of file +}; |