Skip to content

Commit

Permalink
Update physics-events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev authored Jan 27, 2024
1 parent 466718b commit 1e981af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/en/manuals/physics-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ This event is sent when a raycast does not hit any object.

## Example Usage

To utilize this new functionality, you can set up a listener function like so:

```lua
local function physics_world_listener(self, event, data)
if event == hash("contact_point_event") then
Expand Down

0 comments on commit 1e981af

Please sign in to comment.