mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 14:57:08 +00:00
Error color (red) extracted to constant in SWF class
This commit is contained in:
@@ -377,6 +377,11 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
"CFX", // Compressed ScaleForm GFx
|
||||
"ABC" // Non-standard LZMA compressed Flash
|
||||
);
|
||||
|
||||
/**
|
||||
* Color to paint when there is an error (missing image, ...)
|
||||
*/
|
||||
public static final Color ERROR_COLOR = Color.red;
|
||||
|
||||
public void updateCharacters() {
|
||||
characters = null;
|
||||
|
||||
Reference in New Issue
Block a user