mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Trying a smaller value for Targeting Overlay update rate once more, some additional testing needed.
This commit is contained in:
@@ -83,7 +83,7 @@ public class TargetingOverlay {
|
||||
|
||||
//private long lastUpdated = System.currentTimeMillis(); // TODO: determine if timer is needed (see below)
|
||||
private int allowedUpdates = 0;
|
||||
private final int MAX_CONSECUTIVE_UPDATES = 3;
|
||||
private final int MAX_CONSECUTIVE_UPDATES = 1;
|
||||
|
||||
/**
|
||||
* Semi-transparent overlay panel. Should be used with layered panes.
|
||||
|
||||
Reference in New Issue
Block a user