We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838954e commit 865499eCopy full SHA for 865499e
1 file changed
editor/src/com/talosvfx/talos/editor/wrappers/OffsetModuleWrapper.java
@@ -168,7 +168,7 @@ public void updateWidgetsFromModuleData() {
168
lowShape.setShape(module.getLowShape());
169
highShape.setShape(module.getHighShape());
170
lowShape.setEdge(module.getLowEdge());
171
- highShape.setEdge(module.getLowEdge());
+ highShape.setEdge(module.getHighEdge());
172
highShape.setSide(module.getLowSide());
173
highShape.setSide(module.getHighSide());
174
lockUpdate = false;
0 commit comments