his this
This commit is contained in:
@@ -133,8 +133,8 @@ class DDImporter {
|
||||
console.log('yes');
|
||||
console.log(this.getNearerPoint(point1, [portalPoint1, portalPoint2]));
|
||||
console.log(this.getNearerPoint(point2, [portalPoint1, portalPoint2]));
|
||||
let topoint1 = this.convertPointFromDDtoFVTT(his.getNearerPoint(point1, [portalPoint1, portalPoint2]));
|
||||
let topoint2 = this.convertPointFromDDtoFVTT(his.getNearerPoint(point2, [portalPoint1, portalPoint2]));
|
||||
let topoint1 = this.convertPointFromDDtoFVTT(this.getNearerPoint(point1, [portalPoint1, portalPoint2]));
|
||||
let topoint2 = this.convertPointFromDDtoFVTT(this.getNearerPoint(point2, [portalPoint1, portalPoint2]));
|
||||
let point1fctt = this.convertPointFromDDtoFVTT(point1);
|
||||
let point2fctt = this.convertPointFromDDtoFVTT(point2);
|
||||
let wall1 = new Wall({
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "dd-import",
|
||||
"title": "DungeonDraft Importer",
|
||||
"description": "Imports scene elements from Dungeon Draft map files",
|
||||
"version": "0.4.7",
|
||||
"version": "0.4.8",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Moo Man"
|
||||
|
||||
Reference in New Issue
Block a user