fix tracy

This commit is contained in:
Marcel Märtens
2021-03-11 10:25:59 +01:00
parent a98e72c391
commit 381bb5eef0
6 changed files with 15 additions and 5 deletions

View File

@ -210,7 +210,7 @@ fn main() -> io::Result<()> {
// Wait for the next tick.
clock.tick();
#[cfg(feature = "tracy")]
common_base::finish_continuous_frame!();
common_base::tracy_client::finish_continuous_frame!();
}
Ok(())