mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:50:51 +00: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;
|
||||
|
||||
Reference in New Issue
Block a user