mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 22:04:46 +00:00
spelling: repeating
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user