Browse Source

Shorten getNodeDraw summary;

bjorn 3 years ago
parent
commit
7b6fe7c581
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/graphics/Model/getNodeDraw.lua

+ 1 - 1
api/init.lua

@@ -12588,7 +12588,7 @@ return {
             },
             {
               name = "getNodeDraw",
-              summary = "Get the information needed to draw one mesh attached to a node.",
+              summary = "Get the information needed to draw one mesh in the model.",
               description = "Returns the draw mode, material, and vertex range of a mesh in the model.",
               key = "Model:getNodeDraw",
               module = "lovr.graphics",

+ 1 - 1
api/lovr/graphics/Model/getNodeDraw.lua

@@ -1,5 +1,5 @@
 return {
-  summary = 'Get the information needed to draw one mesh attached to a node.',
+  summary = 'Get the information needed to draw one mesh in the model.',
   description = [[
     Returns the draw mode, material, and vertex range of a mesh in the model.
   ]],