spelling: repeating

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:59:38 -04:00
committed by Jindra Petřík
parent f0422a6204
commit d2cea64a71

View File

@@ -3975,7 +3975,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
} else {
frameOverMaxShouldBeNow = startFrame + ticksFromStart;
//Apply maximum frames repating, this is actual frame which should be drawed now
//Apply maximum frames repeating, this is actual frame which should be drawed now
int frameShouldBeNow = frameOverMaxShouldBeNow % frameCount;
skipFrames = frameShouldBeNow - curFrame;