Skip to content

Commit d2c61ad

Browse files
author
takuma-hmng8
committed
fix dpr
1 parent 7a23545 commit d2c61ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/ShaderFx.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { Suspense, useState } from "react";
44
import { Canvas } from "@react-three/fiber";
5-
import { Perf } from "r3f-perf";
5+
// import { Perf } from "r3f-perf";
66
import { PerformanceMonitor } from "@react-three/drei";
77

88
const Loading = () => {
@@ -53,7 +53,7 @@ export const ShaderFx = ({
5353
setDpr(Math.round((1.0 + 1.0 * factor) * 10) / 10);
5454
}}>
5555
{children}
56-
<Perf position={"bottom-left"} minimal={false} />
56+
{/* <Perf position={"bottom-left"} minimal={false} /> */}
5757
</PerformanceMonitor>
5858
</Canvas>
5959
</Suspense>

0 commit comments

Comments
 (0)