Skip to content

Commit 3c3cf90

Browse files
authored
Update webgl_mirror.html
1 parent 4dc35c0 commit 3c3cf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgl_mirror.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
verticalMirror = new Reflector( geometry, {
103103
clipBias: 0.003,
104104
textureWidth: size.width,
105-
textureHeight: size.heignt,
105+
textureHeight: size.height,
106106
color: 0xc1cbcb
107107
} );
108108
verticalMirror.position.y = 50;

0 commit comments

Comments
 (0)