Fix build with profile-with-tracy feature
This commit is contained in:
parent
fdde46febd
commit
0e78104477
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ fn surface_thread(
|
||||||
thread_receiver: Channel<ThreadCommand>,
|
thread_receiver: Channel<ThreadCommand>,
|
||||||
startup_done: Arc<AtomicBool>,
|
startup_done: Arc<AtomicBool>,
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
profiling::register_thread!(format!("Surface Thread {}", output.name()));
|
profiling::register_thread!(&format!("Surface Thread {}", output.name()));
|
||||||
|
|
||||||
let mut event_loop = EventLoop::try_new().unwrap();
|
let mut event_loop = EventLoop::try_new().unwrap();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue