unfocus all constructs between resolutions

This commit is contained in:
Mashy
2019-07-23 12:01:58 +10:00
parent dd98016e2a
commit 314b34be19
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -145,9 +145,9 @@ impl Player {
if free_colours < 2 {
break;
}
self.bot_vbox_accept(0).expect("could't accept colour 0");
self.bot_vbox_accept(0).expect("could't accept colour 1");
self.bot_vbox_accept(group_i).expect("could't accept group 0");
self.bot_vbox_accept(0).expect("could't accept colour item");
self.bot_vbox_accept(0).expect("could't accept colour item");
self.bot_vbox_accept(group_i).expect("could't accept group item");
}
// info!("{:?}", self.vbox.bound);