Browse Source

Clarify camera Device slightly;

bjorn 3 years ago
parent
commit
765bc7e4d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/lovr/headset/Device.lua

+ 1 - 1
api/lovr/headset/Device.lua

@@ -63,7 +63,7 @@ return {
     },
     {
       name = 'camera',
-      description = 'A device used as a camera in the scene.'
+      description = 'A camera device, often used for recording "mixed reality" footage.'
     },
     {
       name = 'keyboard',