Skip to content

Commit 0220133

Browse files
authored
Update webgpurenderer.html
Clean up.
1 parent d897f3a commit 0220133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/en/webgpurenderer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h2>Usage</h2>
107107
It's important to understand that WebGPU is initialized in an asynchronous fashion. Hence, it is recommended to use
108108
`setAnimationLoop()` to define the animation loop of your app since this approach will automatically ensure the renderer
109109
is initialized when rendering the first frame. If you prefer to manage your animation loop via `window.requestAnimationFrame()` or
110-
if you have to use to the renderer in your init routine, you need an additional line in the above code section.
110+
if you have to use the renderer in your init routine, you need an additional line in the above code section.
111111
</p>
112112
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">
113113
const renderer = new THREE.WebGPURenderer( { antialias: true } );

0 commit comments

Comments
 (0)