Commit 2ec137fa authored by claes's avatar claes

Scalefactor was wrong

parent b2434d60
...@@ -46,7 +46,7 @@ public class GeDynMove extends GeDynElem { ...@@ -46,7 +46,7 @@ public class GeDynMove extends GeDynElem {
this.xOffset = xOffset; this.xOffset = xOffset;
this.yOffset = yOffset; this.yOffset = yOffset;
this.factor = factor; this.factor = factor;
this.scaleFactor = factor; this.scaleFactor = scaleFactor;
} }
public void connect() { public void connect() {
String attrName = dyn.getAttrName( moveXAttribute); String attrName = dyn.getAttrName( moveXAttribute);
......
...@@ -46,7 +46,7 @@ public class GeDynMove extends GeDynElem { ...@@ -46,7 +46,7 @@ public class GeDynMove extends GeDynElem {
this.xOffset = xOffset; this.xOffset = xOffset;
this.yOffset = yOffset; this.yOffset = yOffset;
this.factor = factor; this.factor = factor;
this.scaleFactor = factor; this.scaleFactor = scaleFactor;
} }
public void connect() { public void connect() {
String attrName = dyn.getAttrName( moveXAttribute); String attrName = dyn.getAttrName( moveXAttribute);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment