Remove unnecessary read access

This commit is contained in:
Henrique 2021-07-07 16:51:07 -03:00
parent 919512fad0
commit 43a574eb15

View file

@ -5,7 +5,7 @@ import iron.system.Input;
class InputMap {
static var inputMaps(default, null) = new Map<String, InputMap>();
static var inputMaps = new Map<String, InputMap>();
public var inputs(default, null) = new Array<InputMapKey>();
public var lastKeyPressed(default, null) = "";