added fixes for problems detected by sonarqube
All checks were successful
Gitea Actions Demo / Scan the project (push) Successful in 24s
All checks were successful
Gitea Actions Demo / Scan the project (push) Successful in 24s
This commit is contained in:
@ -43,6 +43,7 @@ public static class Input
|
||||
{
|
||||
List<Key> searchKeys = keys.ToList();
|
||||
int count = 0;
|
||||
|
||||
foreach (var key in searchKeys)
|
||||
{
|
||||
if (IsKeyPressed(key))
|
||||
|
Reference in New Issue
Block a user