mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 09:31:45 +00:00
framerate is float
This commit is contained in:
@@ -48,7 +48,7 @@ public interface MediaDisplay extends Closeable {
|
||||
|
||||
public void setBackground(Color color);
|
||||
|
||||
public int getFrameRate();
|
||||
public float getFrameRate();
|
||||
|
||||
public boolean isLoaded();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user