Skip to content

Commit

Permalink
Fix Fixture:setMask and Fixture:getMask
Browse files Browse the repository at this point in the history
  • Loading branch information
steveRoll-git authored Apr 25, 2024
1 parent 426339e commit 9d8f82b
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions modules/physics/types/Fixture.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,8 @@ return {
returns = {
{
type = 'number',
name = 'mask1',
description = 'The first category selected by the mask.',
},
{
type = 'number',
name = 'mask2',
description = 'The second category selected by the mask.',
name = '...',
description = 'The masks.',
},
},
},
Expand Down Expand Up @@ -432,13 +427,8 @@ return {
arguments = {
{
type = 'number',
name = 'mask1',
description = 'The first category.',
},
{
type = 'number',
name = 'mask2',
description = 'The second category.',
name = '...',
description = 'The masks.',
},
},
},
Expand Down

0 comments on commit 9d8f82b

Please sign in to comment.