提交 696c849f 编写于 作者: T Tristan VALCKE

Fix secondary missing variable declaration

上级 b5dcd1fb
......@@ -140,6 +140,7 @@ THREE.CameraNode.prototype.updateFrame = function( delta ) {
case THREE.CameraNode.DEPTH:
var camera = this.camera
this.near.number = camera.near;
this.far.number = camera.far;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册