Skip to content

Commit

Permalink
chore: disable demo imageSmoothingEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Oct 11, 2024
1 parent 2edadfc commit 4efe5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function createSpecRender(object) {
shaderCompilerPath: '/glsl_wgsl_compiler_bg.wasm',
// enableAutoRendering: false,
// enableDirtyRectangleRendering: false,
imageSmoothingEnabled: false,
// imageSmoothingEnabled: false,
});

if (generate.initRenderer) {
Expand Down

0 comments on commit 4efe5ba

Please sign in to comment.