Browse Source

Fix getLinearVelocityFromWorldPoint description;

bjorn 10 tháng trước cách đây
mục cha
commit
2906fb96fe

+ 1 - 1
api/init.lua

@@ -35606,7 +35606,7 @@ return {
                     {
                       name = "point",
                       type = "Vec3",
-                      descriptio = "The world-space point."
+                      description = "The world-space point."
                     }
                   },
                   returns = {

+ 1 - 1
api/lovr/physics/Collider/getLinearVelocityFromWorldPoint.lua

@@ -19,7 +19,7 @@ return {
     },
     point = {
       type = 'Vec3',
-      descriptio = 'The world-space point.'
+      description = 'The world-space point.'
     }
   },
   returns = {