@@ -31052,7 +31052,7 @@ var BABYLON;
return this;
};
SubMesh.prototype._checkCollision = function (collider) {
- var boundingInfo = this._renderingMesh.getBoundingInfo();
+ var boundingInfo = this.getBoundingInfo();
return boundingInfo._checkCollision(collider);
/**
@@ -31024,7 +31024,7 @@ var BABYLON;
@@ -1,7 +1,7 @@
{
- "errors": 7154,
+ "errors": 7153,
"babylon.typedoc.json": {
"AnimationKeyInterpolation": {
"Enumeration": {
"Comments": {
@@ -3143,11 +3143,6 @@
"MissingReturn": true
}
},
- "start": {
- "Comments": {
- "MissingReturn": true
- }
- },
"stop": {
@@ -31140,7 +31140,7 @@ var BABYLON;
@@ -153,7 +153,7 @@
public _checkCollision(collider: Collider): boolean {
- let boundingInfo = this._renderingMesh.getBoundingInfo();
+ let boundingInfo = this.getBoundingInfo();