Browse Source

Fix wording;

bjorn 5 years ago
parent
commit
492a613261
3 changed files with 4 additions and 4 deletions
  1. 2 2
      api/init.lua
  2. 1 1
      api/lovr/graphics/isWireframe.lua
  3. 1 1
      api/lovr/graphics/setWireframe.lua

+ 2 - 2
api/init.lua

@@ -7565,7 +7565,7 @@ return {
               }
               }
             }
             }
           },
           },
-          notes = "Wireframe rendering is initially disabled.\n\nWireframe rendering is not supported on the web or on Android."
+          notes = "Wireframe rendering is initially disabled.\n\nWireframe rendering is only supported on desktop systems."
         },
         },
         {
         {
           name = "line",
           name = "line",
@@ -9737,7 +9737,7 @@ return {
               returns = {}
               returns = {}
             }
             }
           },
           },
-          notes = "Wireframe rendering is initially disabled.\n\nWireframe rendering is not supported on the web or on Android."
+          notes = "Wireframe rendering is initially disabled.\n\nWireframe rendering is only supported on desktop systems."
         },
         },
         {
         {
           name = "skybox",
           name = "skybox",

+ 1 - 1
api/lovr/graphics/isWireframe.lua

@@ -13,6 +13,6 @@ return {
   notes = [[
   notes = [[
     Wireframe rendering is initially disabled.
     Wireframe rendering is initially disabled.
 
 
-    Wireframe rendering is not supported on the web or on Android.
+    Wireframe rendering is only supported on desktop systems.
   ]]
   ]]
 }
 }

+ 1 - 1
api/lovr/graphics/setWireframe.lua

@@ -15,6 +15,6 @@ return {
   notes = [[
   notes = [[
     Wireframe rendering is initially disabled.
     Wireframe rendering is initially disabled.
 
 
-    Wireframe rendering is not supported on the web or on Android.
+    Wireframe rendering is only supported on desktop systems.
   ]]
   ]]
 }
 }