mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 05:50:46 +00:00
do not apply color transform when it has the default values
This commit is contained in:
@@ -535,7 +535,7 @@ public class Timeline {
|
||||
}
|
||||
|
||||
public void toHtmlCanvas(StringBuilder result, double unitDivisor, List<Integer> frames) {
|
||||
FrameExporter.framesToHtmlCanvas(result, unitDivisor, this, frames, 0, null, 0, displayRect, new ColorTransform(), null);
|
||||
FrameExporter.framesToHtmlCanvas(result, unitDivisor, this, frames, 0, null, 0, displayRect, null, null);
|
||||
}
|
||||
|
||||
public void getSounds(int frame, int time, DepthState stateUnderCursor, int mouseButton, List<Integer> sounds, List<String> soundClasses) {
|
||||
|
||||
Reference in New Issue
Block a user