diff --git a/src/components/offset-relative-to.js b/src/components/offset-relative-to.js
index 13bb938154e1203f887e8c2c9aacc13a85260160..23920e099a94fd50373f6804bf8c02d8cae0910f 100644
--- a/src/components/offset-relative-to.js
+++ b/src/components/offset-relative-to.js
@@ -38,6 +38,7 @@ AFRAME.registerComponent("offset-relative-to", {
       }
       obj.position.copy(offsetVector);
       // TODO: Hack here to deal with the fact that the rotation component mutates ordering, and we network rotation without sending ordering information
+      // See https://github.com/networked-aframe/networked-aframe/issues/134
       obj.rotation.order = "YXZ";
       target.getWorldQuaternion(obj.quaternion);
       if (this.data.selfDestruct) {