Removing sprites via context menu

This commit is contained in:
Jindra Pet��k
2013-04-28 14:29:10 +02:00
parent 60584baffd
commit 508c5aaacf
2 changed files with 74 additions and 2 deletions
@@ -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() {