Skip to content

Commit 0f99515

Browse files
committed
fromat
1 parent 39957f2 commit 0f99515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ camera.position.set(
138138
);
139139

140140
// Set up the renderer
141-
const renderer = new THREE.WebGLRenderer({
141+
const renderer = new THREE.WebGLRenderer({
142142
antialias: true,
143-
powerPreference: "high-performance"
143+
powerPreference: "high-performance",
144144
});
145145
renderer.setSize(window.innerWidth, window.innerHeight);
146146
// Remove the solid background color - we'll use a gradient background instead

0 commit comments

Comments
 (0)