diff --git a/templates/template-creation-web/src/engine/engine.ts b/templates/template-creation-web/src/engine/engine.ts index 9c8d483..685cdaf 100644 --- a/templates/template-creation-web/src/engine/engine.ts +++ b/templates/template-creation-web/src/engine/engine.ts @@ -38,7 +38,6 @@ export class CreationEngine extends Application { public async init(opts: Partial): Promise { opts.resizeTo ??= window; opts.resolution ??= getResolution(); - opts.antialias ??= true; await super.init(opts);