bjorn 5 месяцев назад
Родитель
Сommit
cd0e502ec4
2 измененных файлов с 2 добавлено и 2 удалено
  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",
               name = "visible",
               type = "boolean",
               type = "boolean",
-              description = "Whether the application is visible in the headset display."
+              description = "Whether the application is visible."
             },
             },
             {
             {
               name = "display",
               name = "display",

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

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