Skip to content

Commit

Permalink
Map adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Baccus committed Oct 20, 2021
1 parent 06c701e commit 09140d1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Empty file added data/default
Empty file.
2 changes: 1 addition & 1 deletion dist/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8681,7 +8681,7 @@ function CalculateMapDimensions(minX, maxX, minZ, maxZ) {

w = w * 1.1;
h = h * 1.1;
return [w, h]; // return [1344,1000]
return [w, h];
}

function CalculateMapOffset(minX, minZ) {
Expand Down
2 changes: 1 addition & 1 deletion dist/renderer.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/app/components/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ function CalculateMapDimensions(minX, maxX, minZ, maxZ) {
h = h * 1.1

return [w, h]

// return [1344,1000]
}

function CalculateMapOffset(minX, minZ) {
Expand Down

0 comments on commit 09140d1

Please sign in to comment.