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

Remove leftover chars in setKinematic

Josip 6 сар өмнө
parent
commit
67eca94028

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

@@ -1,7 +1,7 @@
 return {
 return {
   summary = 'Set whether the Collider is kinematic.',
   summary = 'Set whether the Collider is kinematic.',
   description = [[
   description = [[
-    Sets whether the Collider is kinematic.',
+    Sets whether the Collider is kinematic.
 
 
     Kinematic colliders behave like they have infinite mass.  They ignore forces applied to them
     Kinematic colliders behave like they have infinite mass.  They ignore forces applied to them
     from gravity, joints, and collisions, but they can still move if given a velocity.  Kinematic
     from gravity, joints, and collisions, but they can still move if given a velocity.  Kinematic