Răsfoiți Sursa

Fix lovr.headset.newModel extra quote;

bjorn 1 an în urmă
părinte
comite
e0d273e155
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/headset/newModel.lua

+ 1 - 1
api/init.lua

@@ -25262,7 +25262,7 @@ return {
                     {
                       name = "animated",
                       type = "boolean",
-                      description = "Whether an animatable model should be loaded, for use with `lovr.headset.animate`.'",
+                      description = "Whether an animatable model should be loaded, for use with `lovr.headset.animate`.",
                       default = "false"
                     }
                   }

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

@@ -18,7 +18,7 @@ return {
           type = 'boolean',
           default = 'false',
           description = [[
-            Whether an animatable model should be loaded, for use with `lovr.headset.animate`.'
+            Whether an animatable model should be loaded, for use with `lovr.headset.animate`.
           ]]
         }
       }