Răsfoiți Sursa

Minor lovr.visible edit;

bjorn 10 luni în urmă
părinte
comite
cd0e502ec4
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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',