diff options
Diffstat (limited to 'lib/systems/control_mapper.js')
| -rw-r--r-- | lib/systems/control_mapper.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/systems/control_mapper.js b/lib/systems/control_mapper.js index c39aea3..c0ab05e 100644 --- a/lib/systems/control_mapper.js +++ b/lib/systems/control_mapper.js @@ -2,8 +2,6 @@ import { System } from '@serpentity/serpentity'; import ControllableNode from '../nodes/controllable'; -/* global navigator window */ - const internals = { gamepadState: { }, @@ -153,5 +151,5 @@ export default class ControlMapperSystem extends System { currentObject[finalProperty] += finalValue; } } -}; +} |