Browse Source

[修改] 移除webgl高级特性修改

tianjin
徐振升 2 years ago
parent
commit
2848b06371
  1. 2
      src/app/working-area/working-area.component.ts

2
src/app/working-area/working-area.component.ts

@ -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);

Loading…
Cancel
Save