未验证 提交 26991948 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #15737 from moraxy/reversePainterSortStable

Add missing "else" in reversePainterSortStable
......@@ -42,7 +42,7 @@ function reversePainterSortStable( a, b ) {
return a.renderOrder - b.renderOrder;
} if ( a.z !== b.z ) {
} else if ( a.z !== b.z ) {
return b.z - a.z;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册