mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Another stray DPI setting in emscripten.
This commit is contained in:
parent
2435a76caa
commit
8819ea745d
@ -228,7 +228,6 @@ Backend::Backend( const char* title, const std::function<void()>& redraw, const
|
|||||||
return EM_TRUE;
|
return EM_TRUE;
|
||||||
} );
|
} );
|
||||||
|
|
||||||
s_prevScale = GetDpiScale();
|
|
||||||
s_time = std::chrono::duration_cast<std::chrono::microseconds>( std::chrono::high_resolution_clock::now().time_since_epoch() ).count();
|
s_time = std::chrono::duration_cast<std::chrono::microseconds>( std::chrono::high_resolution_clock::now().time_since_epoch() ).count();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user