Explorar o código

Update WebGLRenderer.d.ts

Fixes a typo where the `WebGLRendererParameters` exposes `pixelRation` rather than `pixelRatio`.
Alec McEachran %!s(int64=5) %!d(string=hai) anos
pai
achega
0635321bc9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/renderers/WebGLRenderer.d.ts

+ 1 - 1
src/renderers/WebGLRenderer.d.ts

@@ -188,7 +188,7 @@ export class WebGLRenderer implements Renderer {
 
 	shadowMap: WebGLShadowMap;
 
-	pixelRation: number;
+	pixelRatio: number;
 
 	capabilities: WebGLCapabilities;
 	properties: WebGLProperties;