bjorn 9 months ago
parent
commit
db2ff2b185
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/physics/Shape/raycast.lua

+ 1 - 1
api/init.lua

@@ -39204,7 +39204,7 @@ return {
             },
             },
             {
             {
               name = "raycast",
               name = "raycast",
-              summary = "Cast a ray against the shape",
+              summary = "Cast a ray against the shape.",
               description = "Casts a ray against the Shape and returns the first intersection.\n\nThis takes into account the pose of the Shape's collider (if any), as well as its local offset set with `Shape:setOffset`.",
               description = "Casts a ray against the Shape and returns the first intersection.\n\nThis takes into account the pose of the Shape's collider (if any), as well as its local offset set with `Shape:setOffset`.",
               key = "Shape:raycast",
               key = "Shape:raycast",
               module = "lovr.physics",
               module = "lovr.physics",

+ 1 - 1
api/lovr/physics/Shape/raycast.lua

@@ -1,5 +1,5 @@
 return {
 return {
-  summary = 'Cast a ray against the shape',
+  summary = 'Cast a ray against the shape.',
   description = [[
   description = [[
     Casts a ray against the Shape and returns the first intersection.
     Casts a ray against the Shape and returns the first intersection.