Improved event exception format

This commit is contained in:
Anuken
2018-06-12 11:05:17 -04:00
parent 4b093812bc
commit 4df0641d67

View File

@@ -442,7 +442,6 @@ public class MapEditorDialog extends Dialog implements Disposable{
addTool.accept(EditorTool.fill);
addTool.accept(EditorTool.elevation);
ImageButton rotate = tools.addImageButton("icon-arrow-16", 16*2f, () -> editor.setDrawRotation((editor.getDrawRotation() + 1)%4)).get();
rotate.getImage().update(() ->{
rotate.getImage().setRotation(editor.getDrawRotation() * 90);