Small bug fixes (started ignoring case for Spawn Group lookup, like in

the game; avoid NPE in Dialogue parser).
This commit is contained in:
Zukero
2015-10-30 12:50:03 +01:00
parent 6118fc39d8
commit f5c454807c
4 changed files with 24 additions and 3 deletions

View File

@@ -102,6 +102,10 @@ public class WorldMapEditor extends Editor {
return pane;
}
public void updateXmlViewText(String text) {
editorPane.setText(text);
}
private JPanel buildSegmentTab(final WorldmapSegment worldmap) {
JPanel pane = new JPanel();