Skip to content

Commit

Permalink
remove antialias
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Dec 11, 2024
1 parent 27371d5 commit 0b0616b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/template-creation-web/src/engine/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export class CreationEngine extends Application {
public async init(opts: Partial<ApplicationOptions>): Promise<void> {
opts.resizeTo ??= window;
opts.resolution ??= getResolution();
opts.antialias ??= true;

await super.init(opts);

Expand Down

0 comments on commit 0b0616b

Please sign in to comment.