mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 11:50:45 +00:00
Removing sprites via context menu
This commit is contained in:
@@ -106,6 +106,7 @@ public class FlashPlayerPanel extends Panel {
|
||||
Kernel32.INSTANCE.WriteFile(pipe, new byte[]{(byte) flash.getBytes().length}, 1, ibr, null);
|
||||
Kernel32.INSTANCE.WriteFile(pipe, flash.getBytes(), flash.getBytes().length, ibr, null);
|
||||
}
|
||||
resize();
|
||||
}
|
||||
|
||||
public static void unload() {
|
||||
|
||||
Reference in New Issue
Block a user