Fixed unused scale parameter

This commit is contained in:
Wlowscha 2025-08-03 22:10:09 +02:00
parent 157df79403
commit b9c42bfaea
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -323,9 +323,7 @@ export class PartyUiHandler extends MessageUiHandler {
this.partyDiscardModeButton = partyDiscardModeButton;
// prepare move overlay. in case it appears to be too big, set the overlayScale to .5
const overlayScale = 1;
// prepare move overlay
this.moveInfoOverlay = new MoveInfoOverlay({
top: true,
x: 1,