Skip to content

Commit d3c063f

Browse files
Improve comments
1 parent 1efc423 commit d3c063f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/holdable/holdable.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,8 @@ AFRAME.registerComponent("holdable", {
342342
// Fall back to the computed position (where it was actually grabbed).
343343
customGrabPos = pos;
344344
useCustomPos = false;
345-
// Debug - pasteable attribute that reproduces this grab (order: XYZ, mirrors left-hand like apply path)
345+
// Debug - pasteable attribute to reproduce grab position/rotation
346346
if (this.data.debug) {
347-
// If hand is left, output "Use right hand to get position and rotation values"
348347
if (handType === "left") {
349348
console.log("Use right hand to get position and rotation values. The left hand automatically mirrors the right.");
350349
} else {

0 commit comments

Comments
 (0)