lyb-pixi-js 1.12.36 → 1.12.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -73,7 +73,6 @@ export class LibPixiDialog extends LibPixiBaseContainer {
73
73
  const dialogW = this._dialogContainer.width / 2;
74
74
  const dialogH = this._dialogContainer.height / 2;
75
75
  this._dialogContainer.pivot.set(dialogW, dialogH);
76
- console.log(this._dialogContainer.width, this._dialogContainer.height);
77
76
  }
78
77
  /** @description 关闭 */
79
78
  close() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lyb-pixi-js",
3
- "version": "1.12.36",
3
+ "version": "1.12.37",
4
4
  "description": "自用Pixi.JS方法库",
5
5
  "license": "ISC",
6
6
  "exports": {