486c / rosu-memory

Lightweight, cross-platform memory reader for osu! but in rust
24 stars 7 forks source link

`new_map` seems to never actually be true #24

Closed Chiffario closed 11 months ago

Chiffario commented 11 months ago

Simple

        if new_map {
            println!("new map!");
        }

never fired even ONCE across minutes of changing maps, game states etc requires investigating

486c commented 11 months ago

You were right. This if statement shouldn't be located inside gameplay reads. Fixed in 87cff970