|
@@ -45354,7 +45354,7 @@ var BABYLON;
|
|
var res = new BABYLON.Vector2(v.x, v.y);
|
|
var res = new BABYLON.Vector2(v.x, v.y);
|
|
var size = _this.actualSize;
|
|
var size = _this.actualSize;
|
|
res.x += size.width * 0.5; // res is centered, make it relative to bottom/left
|
|
res.x += size.width * 0.5; // res is centered, make it relative to bottom/left
|
|
- res.y += size.width * 0.5;
|
|
|
|
|
|
+ res.y += size.height * 0.5;
|
|
return res;
|
|
return res;
|
|
};
|
|
};
|
|
/**
|
|
/**
|