Browse Source

Adjust copy;

bjorn 5 years ago
parent
commit
4ff2da498b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      guides/Getting_Started.md

+ 2 - 2
guides/Getting_Started.md

@@ -64,8 +64,8 @@ Tips
 - If you need to use `print` in Lua for debug messages, you can drag and drop the project onto
   `lovrc.bat` instead of `lovr.exe`, or specify the `--console` flag when running on the command
   line.
-- If you've disabled the headset module to develop without VR completely, set the Y value of the
-  cube at 0 instead of 1.7, since the camera will be centered at `(0, 0, 0)`.
+- If you have the headset module disabled, be sure to set the y value of the cube to 0 instead of
+  1.7.
 
 Next Steps
 ---