Remove obsolete comment

This commit is contained in:
Wlowscha 2025-09-07 09:45:52 +02:00
parent 4ccabeeeb2
commit e6745127c6
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -91,7 +91,6 @@ export default class ScrollingText extends Phaser.GameObjects.Container {
}
// determine if we need to add new scrolling effects
// TODO: The scale property may need to be adjusted based on the height of the font
const displayHeight = this.text.displayHeight;
const scrollAmount = displayHeight - this.maskHeight;
const lineHeight = this.text.style.lineHeight / 6;