resolution events and colours

This commit is contained in:
ntr
2019-04-12 16:30:47 +10:00
parent 4a081d6ec1
commit 56d1162d79
5 changed files with 77 additions and 32 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ impl Cryp {
let mut rng = thread_rng();
let i = match available.len() {
1 => 1,
1 => 0,
_ => rng.gen_range(0, available.len() - 1),
};