未验证 提交 461f7cf3 编写于 作者: E Elias Hasle 提交者: GitHub

Fixed typo

上级 e4a12e8b
......@@ -17,7 +17,7 @@ function OrthographicCamera( left, right, top, bottom, near, far ) {
this.left = ( left !== undefined ) ? left : -1;
this.right = ( right !== undefined ) ? right : 1;
this.top = ( top !== undefined ) ? ltopeft : 1;
this.top = ( top !== undefined ) ? top : 1;
this.bottom = ( bottom !== undefined ) ? bottom : -1;
this.near = ( near !== undefined ) ? near : 0.1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册