Skip to content

Commit

Permalink
Updated resolution type
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Nov 12, 2024
1 parent d613c7c commit f4af3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/grid.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ class Grid extends Script {

/**
* @attribute
* @type {number}
* @type {Grid.RESOLUTION_HIGH | Grid.RESOLUTION_MEDIUM | Grid.RESOLUTION_LOW}
*/
set resolution(value) {
this._resolution = value ?? Grid.RESOLUTION_HIGH;
Expand Down

0 comments on commit f4af3e7

Please sign in to comment.