🐛 Fix asynchronous content dependant rendering (#6142)

* 🐛 Fix custom fonts rendering

* 🐛 Fix asynchronous content dependant rendering

* 🎉 Renaming clear_cache to clear_drawing_cache
This commit is contained in:
Alejandro 2025-03-25 09:49:47 +01:00 committed by GitHub
parent 9653e72e47
commit 065b50f5a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 10 deletions

View file

@ -61,7 +61,7 @@ pub extern "C" fn clean_up() {
}
#[no_mangle]
pub extern "C" fn clear_cache() {
pub extern "C" fn clear_drawing_cache() {
with_state!(state, {
state.rebuild_tiles();
});