diff --git a/libraries/hfm/src/hfm/HFM.h b/libraries/hfm/src/hfm/HFM.h
index 11b32dc4b3..c61f03d070 100644
--- a/libraries/hfm/src/hfm/HFM.h
+++ b/libraries/hfm/src/hfm/HFM.h
@@ -113,7 +113,9 @@ public:
     bool isSkeletonJoint;
     bool bindTransformFoundInCluster;
 
+
     // geometric offset is applied in local space but does NOT affect children.
+    // TODO: Apply hfm::Joint.geometricOffset to transforms in the model preparation step
     glm::mat4 geometricOffset;
 
     // globalTransform is the transform of the joint with all parent transforms applied, plus the geometric offset