Normand Briere
2019-11-07 dbbcbd6f6bd5b9c6eb194130ab471045faaf4955
SuperEditor.java
....@@ -68,8 +68,8 @@
6868
6969 oe.ctrlPanel.Return();
7070
71
- northField.setFloat(superE.north);
72
- eastField.setFloat(superE.east);
71
+ northField.setFloat(superE.north / 2);
72
+ eastField.setFloat(superE.east / 2);
7373 }
7474
7575 public void closeUI()