spelling: repeating

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent f0422a6204
commit d2cea64a71
@@ -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;