Skip to content

Commit b9db01d

Browse files
jmiskovicbjornbytes
authored andcommitted
Remove leftover chars in setKinematic
1 parent b388e7d commit b9db01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/lovr/physics/Collider/setKinematic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
return {
22
summary = 'Set whether the Collider is kinematic.',
33
description = [[
4-
Sets whether the Collider is kinematic.',
4+
Sets whether the Collider is kinematic.
55
66
Kinematic colliders behave like they have infinite mass. They ignore forces applied to them
77
from gravity, joints, and collisions, but they can still move if given a velocity. Kinematic

0 commit comments

Comments
 (0)