KuSpa / RockRaiders

👨‍🏭 Clone of an awesome same named game
GNU General Public License v3.0
18 stars 1 forks source link

remove unnescessary mesh rotation #14

Closed KuSpa closed 5 years ago

KuSpa commented 6 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

karyon commented 6 years ago

also, remove the - somewhere else :D