AdamSlayer

Results 1 issues of AdamSlayer

The same happens with `measure_text()` and `populate_font_cache()`, problem is in the `cache_glyph()` function. Minimal reproduction: ``` use macroquad::text::measure_text; #[macroquad::main("test")] async fn main() { measure_text("place the entry portal", None, 358, 1.0);...