mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 03:20:45 +00:00
more cleanup
This commit is contained in:
@@ -172,7 +172,6 @@ public class XFLConverter {
|
||||
//p = mat.apply(p);
|
||||
if (scr.stateMoveTo) {
|
||||
ret.append("! ").append(p.x).append(" ").append(p.y);
|
||||
return;
|
||||
}
|
||||
} else if (record instanceof StraightEdgeRecord) {
|
||||
StraightEdgeRecord ser = (StraightEdgeRecord) record;
|
||||
|
||||
Reference in New Issue
Block a user