Fix typo in WebGLRenderTarget

This commit is contained in:
mpk
2017-04-16 19:37:28 +02:00
parent f860f7831a
commit 408bf702fa

View File

@@ -5128,7 +5128,7 @@ declare namespace THREE {
height: number;
scissor: Vector4;
scissorTest: boolean;
viewpport: Vector4;
viewport: Vector4;
texture: Texture;
depthBuffer: boolean;
stencilBuffer: boolean;