mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Remove redundant call to openMenu causing flickering
This commit is contained in:
@@ -577,9 +577,6 @@ public abstract class GameStage extends Stage {
|
||||
if (!player.isMoving())
|
||||
stop();
|
||||
}
|
||||
if (KeyBinding.Menu.isPressed(keycode)) {
|
||||
openMenu();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user