Skip to content

Commit

Permalink
Fix love.window.getDesktopDimensions return types
Browse files Browse the repository at this point in the history
  • Loading branch information
C3pa committed Aug 21, 2023
1 parent 04d21fc commit c367eaf
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 c367eaf

Please sign in to comment.