Skip to content
Snippets Groups Projects
Commit a7ad2d77 authored by netpro2k's avatar netpro2k
Browse files

Correct wording in a comment

parent 251cd1ff
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ AFRAME.registerComponent("hud-controller", { ...@@ -104,7 +104,7 @@ AFRAME.registerComponent("hud-controller", {
offset: { default: 0.7 }, // distance from hud above head, offset: { default: 0.7 }, // distance from hud above head,
lookCutoff: { default: 20 }, // angle at which the hud should be "on", lookCutoff: { default: 20 }, // angle at which the hud should be "on",
animRange: { default: 30 }, // degrees over which to animate the hud into view animRange: { default: 30 }, // degrees over which to animate the hud into view
yawCutoff: { default: 50 } // yaw degrees at wich the hud should reoirent even if the user is looking down yawCutoff: { default: 50 } // yaw degrees at wich the hud should reoirent even if the user is looking up
}, },
init() { init() {
this.isYLocked = false; this.isYLocked = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment