solve conflict to use windowsize parm in movestep

This commit is contained in:
sanio 2025-07-09 18:56:46 +09:00
parent a4e61c73e5
commit ae24d49fe5

View File

@ -167,7 +167,7 @@ class SmoothMovementManager {
return;
}
this.animateToPosition(header, clampedX, clampedY);
this.animateToPosition(header, clampedX, clampedY, windowSize);
}
animateToPosition(header, targetX, targetY, windowSize) {