mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
fix: Adjust zoom step in MapOverlay for finer control during zooming
This commit is contained in:
parent
98ad174999
commit
c19ce62e98
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ namespace MinecraftClient.Tui
|
|||
internal sealed class MapOverlay : Panel
|
||||
{
|
||||
private const double MaxScale = 2.0;
|
||||
private const double ZoomStep = 0.25;
|
||||
private const double ZoomStep = 0.125;
|
||||
private const double KeyPanStep = 4.0;
|
||||
private const double OffsetEpsilon = 0.5;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue