Further tweaks though this time they are functionally equivalent.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2499 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 44 KiB |
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: DirtyItemList.java,v 1.27 2003/04/28 22:21:20 mdb Exp $
|
||||
// $Id: DirtyItemList.java,v 1.28 2003/04/28 23:33:43 mdb Exp $
|
||||
|
||||
package com.threerings.miso.client;
|
||||
|
||||
@@ -614,7 +614,7 @@ public class DirtyItemList
|
||||
// see narya/docs/miso/render_sort_diagram.png for more info
|
||||
if (db.lx <= da.ox && db.ry <= da.oy) {
|
||||
return 1;
|
||||
} else if (db.ox >= da.lx && db.oy >= da.ry) {
|
||||
} else if (db.rx >= da.lx && db.ly >= da.ry) {
|
||||
return -1;
|
||||
} else {
|
||||
return da.oy - db.oy;
|
||||
|
||||
Reference in New Issue
Block a user