mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 23:26:33 +11:00
use a more sensible ordering of numbers
This commit is contained in:
parent
a188e7ba66
commit
7735baecc9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue