unfocus all constructs between resolutions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user