mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix import
This commit is contained in:
parent
582fe85f06
commit
429c220e72
@ -62,6 +62,7 @@ pub struct ThreadLocalTessellatorState {
|
|||||||
#[cfg(target_arch = "wasm32")]
|
#[cfg(target_arch = "wasm32")]
|
||||||
impl Drop for ThreadLocalTessellatorState {
|
impl Drop for ThreadLocalTessellatorState {
|
||||||
fn drop(&mut self) {
|
fn drop(&mut self) {
|
||||||
|
use log::warn;
|
||||||
warn!(
|
warn!(
|
||||||
"ThreadLocalTessellatorState dropped. \
|
"ThreadLocalTessellatorState dropped. \
|
||||||
On web this should only happen when the application is stopped!"
|
On web this should only happen when the application is stopped!"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user