Skip to content

Commit 8fb5452

Browse files
committed
fixed typo in JS
1 parent 95f365a commit 8fb5452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GW2EIBuilders/Resources/JS/CR-JS/decorations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class MechanicDrawable {
168168
this.rotationOffsetMode = RotationOffsetMode.addToMaster;
169169
if (rotationConnectedTo) {
170170
if (rotationConnectedTo.interpolationMethod >= 0) {
171-
this.rotationConnectedTo = interpolatedAngleFetcher;
171+
this.rotationFetcher = interpolatedAngleFetcher;
172172
} else if (rotationConnectedTo.angles) {
173173
this.rotationFetcher = staticAngleFetcher;
174174
} else if (rotationConnectedTo.dstMasterId) {

0 commit comments

Comments
 (0)