Browse Source

Fix lovr.headset.newModel extra quote;

bjorn 1 year ago
parent
commit
287e6fdc8e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/headset/newModel.lua

+ 1 - 1
api/init.lua

@@ -25503,7 +25503,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`.
           ]]
         }
       }