Skip to content

Commit

Permalink
Fix Fixture:setCategory and Fixture:getCategory.
Browse files Browse the repository at this point in the history
Fixes #123.
  • Loading branch information
MikuAuahDark committed Sep 17, 2023
1 parent 94f10cd commit 728ba00
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 @@ -79,13 +79,8 @@ return {
returns = {
{
type = 'number',
name = 'category1',
description = 'The first category.',
},
{
type = 'number',
name = 'category2',
description = 'The second category.',
name = '...',
description = 'The categories.',
},
},
},
Expand Down Expand Up @@ -352,13 +347,8 @@ return {
arguments = {
{
type = 'number',
name = 'category1',
description = 'The first category.',
},
{
type = 'number',
name = 'category2',
description = 'The second category.',
name = '...',
description = 'The categories.',
},
},
},
Expand Down

0 comments on commit 728ba00

Please sign in to comment.