Closed KuSpa closed 5 years ago
for rotation in 0..4 { if let Some(result) = util::find_in_vec(&key, &dictionary) { return (result, 90 * (rotation + 1)); };
remove rotation +1 and change all meshes accordingly
also, remove the - somewhere else :D
-
remove rotation +1 and change all meshes accordingly