Skip to content

Commit

Permalink
10.3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ironmonk88 committed Sep 26, 2022
1 parent 6517ee3 commit e14277f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 10.3

Fixed a spelling mistake in one of my fixes.

# Version 10.2

Fixed issues with checking if the terrain contains a point.
Expand Down
2 changes: 1 addition & 1 deletion classes/terraininfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class PolygonTerrainInfo extends TerrainInfo {
}

get shape() {
return this.terrain._pixishape;
return this.terrain.shape._pixishape;
}
}

Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Enhanced Terrain Layer",
"description": "A base module that adds a Terrain Layer to Foundry. Used as a library for Rulers and other modules",
"version": "10.2",
"version": "10.3",
"authors": [
{
"name": "IronMonk",
Expand Down Expand Up @@ -47,7 +47,7 @@
"css/terrainlayer.css"
],
"url": "https://github.com/ironmonk88/enhanced-terrain-layer",
"download": "https://github.com/ironmonk88/enhanced-terrain-layer/archive/10.2.zip",
"download": "https://github.com/ironmonk88/enhanced-terrain-layer/archive/10.3.zip",
"manifest": "https://github.com/ironmonk88/enhanced-terrain-layer/releases/latest/download/module.json",
"bugs": "https://github.com/ironmonk88/enhanced-terrain-layer/issues",
"allowBugReporter": true,
Expand Down

0 comments on commit e14277f

Please sign in to comment.