提交 98da28a5 编写于 作者: T Tristan Valcke

Add missing semicolon in RollerCoaster

上级 ec8bb4e7
......@@ -265,19 +265,19 @@ var RollerCoasterLiftersGeometry = function ( curve, size ) {
var point1 = shape[ j ];
var point2 = shape[ ( j + 1 ) % jl ];
vector1.copy( point1 )
vector1.copy( point1 );
vector1.applyQuaternion( quaternion );
vector1.add( fromPoint );
vector2.copy( point2 )
vector2.copy( point2 );
vector2.applyQuaternion( quaternion );
vector2.add( fromPoint );
vector3.copy( point2 )
vector3.copy( point2 );
vector3.applyQuaternion( quaternion );
vector3.add( toPoint );
vector4.copy( point1 )
vector4.copy( point1 );
vector4.applyQuaternion( quaternion );
vector4.add( toPoint );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册