()
| 1706 | } |
| 1707 | |
| 1708 | _onLoadingError() { |
| 1709 | this.errorPixiObject = |
| 1710 | this.errorPixiObject || |
| 1711 | new PIXI.Sprite(this._pixiResourcesLoader.getInvalidPIXITexture()); |
| 1712 | |
| 1713 | this._replacePixiObject(this.errorPixiObject); |
| 1714 | } |
| 1715 | |
| 1716 | _onLoadingSuccess() { |
| 1717 | if (this.errorPixiObject) { |
no test coverage detected