mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-10 20:42:32 +00:00
Fixed Centered start playing triangle (Playing on demand)
This commit is contained in:
@@ -803,7 +803,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
if (img != null) {
|
||||
int x = 0;
|
||||
int y = 0;
|
||||
if (timelined == null) {
|
||||
if (timelined == null || !autoPlayed) {
|
||||
x = (int) offsetPoint.getX();
|
||||
y = (int) offsetPoint.getY();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user