mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-06-04 11:05:50 +08:00
fix key mouse
This commit is contained in:
@@ -161,7 +161,7 @@ public class TpTask(CancellationToken ct)
|
||||
ra1 = CaptureToRectArea();
|
||||
}
|
||||
currentZoomLevel = GetBigMapZoomLevel(ra1);
|
||||
Logger.LogInformation($"当前缩放等级为{currentZoomLevel},地图移动过程中不要操作鼠标中键。");
|
||||
Logger.LogInformation($"当前缩放等级为{currentZoomLevel:F},地图移动过程中不要操作鼠标中键。");
|
||||
|
||||
for (var i = 0; i < 3; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user