Skip to content

Commit 865499e

Browse files
committed
High edge proper sync
1 parent 838954e commit 865499e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/src/com/talosvfx/talos/editor/wrappers/OffsetModuleWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public void updateWidgetsFromModuleData() {
168168
lowShape.setShape(module.getLowShape());
169169
highShape.setShape(module.getHighShape());
170170
lowShape.setEdge(module.getLowEdge());
171-
highShape.setEdge(module.getLowEdge());
171+
highShape.setEdge(module.getHighEdge());
172172
highShape.setSide(module.getLowSide());
173173
highShape.setSide(module.getHighSide());
174174
lockUpdate = false;

0 commit comments

Comments
 (0)