Skip to content

Commit

Permalink
Changed node resource display max zoom multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
andev0 committed Aug 31, 2024
1 parent 2c04e3a commit 7029548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sankey/Slots/SlotResourcesDisplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ export class SlotResourcesDisplay
private _resourcesAmountDisplay: HTMLDivElement;

private static _minZoomMultiplier = 0.5;
private static _maxZoomMultiplier = 2.0;
private static _maxZoomMultiplier = 1.5;
}

0 comments on commit 7029548

Please sign in to comment.