@@ -3955,7 +3955,7 @@ THREE.WebGLRenderer = function ( parameters ) {
} else {
- return b.id - a.id;
+ return a.id - b.id;
}