Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattieFM committed Aug 29, 2024
1 parent dc35e8d commit 4ef9987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/mods/_rougeLike/mapController.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class Region {
* @description split this region into subregions, then split those into subregions and so on till regions are all within desired width and height
* @param {*} width the target width
* @param {*} height the target height
* @returns
* @returns null
*/
splitTillWidth(width, height) {
let force = undefined;
Expand Down

0 comments on commit 4ef9987

Please sign in to comment.