提交 545f449c 编写于 作者: T Tristan VALCKE

Protect Plane against the closure circular reference bug

上级 59c545f2
......@@ -12,7 +12,7 @@ function Plane( normal, constant ) {
}
Plane.prototype = {
Object.assign( Plane.prototype, {
constructor: Plane,
......@@ -232,7 +232,7 @@ Plane.prototype = {
}
};
} );
export { Plane };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册