Browse Source

Minor lovr.visible edit;

bjorn 5 months ago
parent
commit
cd0e502ec4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/callbacks/visible.lua

+ 1 - 1
api/init.lua

@@ -988,7 +988,7 @@ return {
             {
               name = "visible",
               type = "boolean",
-              description = "Whether the application is visible in the headset display."
+              description = "Whether the application is visible."
             },
             {
               name = "display",

+ 1 - 1
api/lovr/callbacks/visible.lua

@@ -13,7 +13,7 @@ return {
   arguments = {
     visible = {
       type = 'boolean',
-      description = 'Whether the application is visible in the headset display.'
+      description = 'Whether the application is visible.'
     },
     display = {
       type = 'DisplayType',