faster minimap load
This commit is contained in:
parent
d7948fd4a7
commit
a3001e36e4
2 changed files with 16 additions and 9 deletions
|
|
@ -10,7 +10,7 @@ public class MinimapCapture : IFrameConsumer, IDisposable
|
|||
private readonly MinimapConfig _config;
|
||||
private readonly WallColorTracker _colorTracker;
|
||||
private readonly IScreenCapture _backend; // kept for debug capture paths
|
||||
private int _modeCheckCounter;
|
||||
private int _modeCheckCounter = 9; // trigger mode detection on first frame
|
||||
private MinimapMode _detectedMode = MinimapMode.Overlay;
|
||||
private MinimapFrame? _lastFrame;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue