You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meta/3rd/love2d/library/love/physics.lua
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2278,8 +2278,8 @@ function World:rayCast(fixture, x, y, xn, yn, fraction) end
2278
2278
---
2279
2279
---@parambeginContactfunction # Gets called when two fixtures begin to overlap.
2280
2280
---@paramendContactfunction # Gets called when two fixtures cease to overlap. This will also be called outside of a world update, when colliding objects are destroyed.
2281
-
---@parampreSolvefunction # Gets called before a collision gets resolved.
2282
-
---@parampostSolvefunction # Gets called after the collision has been resolved.
2281
+
---@parampreSolve?function # Gets called before a collision gets resolved.
2282
+
---@parampostSolve?function # Gets called after the collision has been resolved.
2283
2283
functionWorld:setCallbacks(beginContact, endContact, preSolve, postSolve) end
0 commit comments