Explorar o código

WebGLRenderer: Fix typo

Mugen87 %!s(int64=6) %!d(string=hai) anos
pai
achega
a3eb555d7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/renderers/WebGLRenderer.js

+ 1 - 1
src/renderers/WebGLRenderer.js

@@ -1141,7 +1141,7 @@ function WebGLRenderer( parameters ) {
 
 			textures.updateRenderTargetMipmap( renderTarget );
 
-			// resolve multisample renderbuffers to to single-sample texture if necessary
+			// resolve multisample renderbuffers to a single-sample texture if necessary
 
 			textures.updateMultisampleRenderTarget( renderTarget );