|
|
|
@ -548,7 +548,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
|
|
|
|
|
backgroundColor: 0xE9EAEA |
|
|
|
|
}); |
|
|
|
|
//关闭模板缓冲区
|
|
|
|
|
PIXI.settings.FAIL_IF_MAJOR_PERFORMANCE_CAVEAT = false; |
|
|
|
|
// PIXI.settings.FAIL_IF_MAJOR_PERFORMANCE_CAVEAT = false;
|
|
|
|
|
this.content.nativeElement.appendChild(this.app.view); |
|
|
|
|
this.app.view.style.border = '1px dashed blue'; |
|
|
|
|
this.animator = new Charm(PIXI); |
|
|
|
|