From f4e57aaaa5dc2db8674647cfe8639f8c64df821c Mon Sep 17 00:00:00 2001 From: vaporvee Date: Mon, 28 Nov 2022 20:34:18 +0100 Subject: [PATCH] issue wasn't existing forgot why it is that way --- src/essential.cs | 1 - 1 file changed, 1 deletion(-) 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)