diff --git a/src/essential.cs b/src/essential.cs index 1ab2d6c..0910547 100644 --- a/src/essential.cs +++ b/src/essential.cs @@ -8,7 +8,6 @@ public partial class essential : Node public override void _Input(InputEvent @event) { //Checks if using Keyboard or controller and giving out current controller - //Issue: Consuming first input for some reason if (@event is InputEventKey || @event is InputEventMouseButton || currentController == "") currentController = "PC"; if (@event is InputEventJoypadButton)