2
0
Эх сурвалжийг харах

Update WebGLRenderer.d.ts

Fixes a typo where the `WebGLRendererParameters` exposes `pixelRation` rather than `pixelRatio`.
Alec McEachran 5 жил өмнө
parent
commit
0635321bc9

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

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