mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Use feature flag for tracing
This commit is contained in:
parent
703b8a9838
commit
34d7501f64
@ -126,6 +126,8 @@ pub async fn run(
|
||||
*control_flow = ControlFlow::Exit;
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "enable-tracing")]
|
||||
tracy_client::finish_continuous_frame!();
|
||||
}
|
||||
Event::Suspended => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user