Skip to content

Commit

Permalink
Disable debug drawing of colliders
Browse files Browse the repository at this point in the history
  • Loading branch information
Brewsk11 committed Sep 9, 2023
1 parent ac5dd00 commit 6ea976e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua_libs/drift-mode/models/Zone.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function Zone:gatherColliders()
segment:getCenter() + vec3(0, 0.5),
look,
up,
true
false
)
colliders[idx] = collider
end
Expand Down

0 comments on commit 6ea976e

Please sign in to comment.