Skip to content

Commit c5d103b

Browse files
jmiskovicbjornbytes
authored andcommitted
Fix cone joint setLimit action description
1 parent b9db01d commit c5d103b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/lovr/physics/ConeJoint/setLimit.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
return {
22
summary = 'Set the angle limit of the ConeJoint.',
33
description = [[
4-
Returns the angle limit of the ConeJoint. The relative angle between the ConeJoint's axis and
4+
Sets the angle limit of the ConeJoint. The relative angle between the ConeJoint's axis and
55
the second Collider will be constrained to this limit.
66
]],
77
arguments = {

0 commit comments

Comments
 (0)