mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
use a more sensible ordering of numbers
This commit is contained in:
parent
a188e7ba66
commit
7735baecc9
|
@ -51,8 +51,8 @@ impl Windows {
|
|||
for (id, win) in self.wins.iter().enumerate() {
|
||||
win.commit(id);
|
||||
}
|
||||
self.obj.commit(3);
|
||||
self.out.commit(2);
|
||||
self.obj.commit(3);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue