Skip to content

Commit

Permalink
Force canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmunro committed Feb 2, 2024
1 parent 79a412a commit 86af79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const app = new PIXI.Application({
width: 1280,
height: 320,
resolution: 1,
forceCanvas: false
forceCanvas: true
});
document.body.appendChild(app.view as any);

Expand Down

0 comments on commit 86af79c

Please sign in to comment.