We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f365a commit 8fb5452Copy full SHA for 8fb5452
GW2EIBuilders/Resources/JS/CR-JS/decorations.js
@@ -168,7 +168,7 @@ class MechanicDrawable {
168
this.rotationOffsetMode = RotationOffsetMode.addToMaster;
169
if (rotationConnectedTo) {
170
if (rotationConnectedTo.interpolationMethod >= 0) {
171
- this.rotationConnectedTo = interpolatedAngleFetcher;
+ this.rotationFetcher = interpolatedAngleFetcher;
172
} else if (rotationConnectedTo.angles) {
173
this.rotationFetcher = staticAngleFetcher;
174
} else if (rotationConnectedTo.dstMasterId) {
0 commit comments