Skip to content

Commit

Permalink
Merge pull request #125 from C3pa/fix-124
Browse files Browse the repository at this point in the history
Fix love.window.getDesktopDimensions return types
  • Loading branch information
MikuAuahDark authored Sep 6, 2023
2 parents 04d21fc + c367eaf commit fb98ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/window/Window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ return {
},
returns = {
{
type = 'string',
type = 'number',
name = 'width',
description = 'The width of the desktop.',
},
{
type = 'string',
type = 'number',
name = 'height',
description = 'The height of the desktop.',
},
Expand Down

0 comments on commit fb98ffc

Please sign in to comment.