2
0
Эх сурвалжийг харах

Fix for Canvas:newTextureData;

bjorn 7 жил өмнө
parent
commit
602bf7242b

+ 1 - 1
api/init.lua

@@ -9665,7 +9665,7 @@ return {
             },
             {
               name = "newTextureData",
-              summary = "Create a new TextureData from the Canvas contents",
+              summary = "Create a new TextureData from the Canvas contents.",
               description = "Returns a new TextureData containing the current contents of the Canvas.",
               key = "Canvas:newTextureData",
               module = "lovr.graphics",

+ 1 - 1
api/lovr/graphics/Canvas/newTextureData.lua

@@ -1,5 +1,5 @@
 return {
-  summary = 'Create a new TextureData from the Canvas contents',
+  summary = 'Create a new TextureData from the Canvas contents.',
   description = 'Returns a new TextureData containing the current contents of the Canvas.',
   arguments = {},
   returns = {