mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix ProfSpan constructor being private
This commit is contained in:
parent
bea2b78ba1
commit
af951bc665
@ -59,7 +59,7 @@ macro_rules! span {
|
||||
}
|
||||
|
||||
#[cfg(feature = "tracy")]
|
||||
pub struct ProfSpan(tracy_client::Span);
|
||||
pub struct ProfSpan(pub tracy_client::Span);
|
||||
#[cfg(not(feature = "tracy"))]
|
||||
pub struct ProfSpan;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user