|
@ -44,7 +44,7 @@ public class Program { |
|
|
public void forwardInputToGameManager() { |
|
|
public void forwardInputToGameManager() { |
|
|
try { |
|
|
try { |
|
|
for (char inputChar : input.inputList) { |
|
|
for (char inputChar : input.inputList) { |
|
|
gameManager.ProcessInput(inputChar); |
|
|
|
|
|
|
|
|
gameManager.processInput(inputChar); |
|
|
} |
|
|
} |
|
|
} catch (Exception e) {} |
|
|
} catch (Exception e) {} |
|
|
input.inputList.clear(); |
|
|
input.inputList.clear(); |
|
|