Skip to content

Commit 2c71e8f

Browse files
author
takuma-hmng8
committed
fix
1 parent 4744541 commit 2c71e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ShaderFx.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const ShaderFx = ({
3535
setDpr(Math.round((1.0 + 1.0 * factor) * 10) / 10);
3636
}}>
3737
<Suspense fallback={null}>{children}</Suspense>
38-
<Perf position={"bottom-left"} minimal={false} />
38+
{/* <Perf position={"bottom-left"} minimal={false} /> */}
3939
</PerformanceMonitor>
4040
</Canvas>
4141
);

0 commit comments

Comments
 (0)