提交 512aa4eb 编写于 作者: T Tristan VALCKE

Protect Curve against the closure circular reference bug

上级 b927bc59
......@@ -39,7 +39,7 @@ import { Matrix4 } from '../../math/Matrix4';
function Curve() {}
Curve.prototype = {
Object.assign( Curve.prototype, {
constructor: Curve,
......@@ -382,6 +382,7 @@ Curve.prototype = {
}
};
} );
export { Curve };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册