소스 검색

Remove leftover chars in setKinematic

Josip 6 달 전
부모
커밋
67eca94028
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/lovr/physics/Collider/setKinematic.lua

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

@@ -1,7 +1,7 @@
 return {
   summary = 'Set whether the Collider is kinematic.',
   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
     from gravity, joints, and collisions, but they can still move if given a velocity.  Kinematic