Skip to content

Commit c5d1547

Browse files
author
takuma-hmng8
committed
微修正
1 parent 501f03f commit c5d1547

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
@@ -16,7 +16,7 @@ export const ShaderFx = ({ children }: { children: React.ReactNode }) => {
1616
setDpr(Math.round((0.5 + 1.0 * factor) * 10) / 10);
1717
}}>
1818
<Suspense fallback={null}>{children}</Suspense>
19-
<Perf position={"bottom-left"} minimal={false} />
19+
{/* <Perf position={"bottom-left"} minimal={false} /> */}
2020
</PerformanceMonitor>
2121
</Canvas>
2222
);

0 commit comments

Comments
 (0)