mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Mark activity when waiting dots are drawn.
This commit is contained in:
parent
fb4d76469b
commit
03a17c621e
@ -110,6 +110,7 @@ static constexpr const uint32_t AsmSyntaxColors[] = {
|
|||||||
|
|
||||||
[[maybe_unused]] static inline void DrawWaitingDots( double time )
|
[[maybe_unused]] static inline void DrawWaitingDots( double time )
|
||||||
{
|
{
|
||||||
|
s_wasActive = true;
|
||||||
ImGui::TextUnformatted( "" );
|
ImGui::TextUnformatted( "" );
|
||||||
auto draw = ImGui::GetWindowDrawList();
|
auto draw = ImGui::GetWindowDrawList();
|
||||||
const auto wpos = ImGui::GetWindowPos();
|
const auto wpos = ImGui::GetWindowPos();
|
||||||
|
Loading…
Reference in New Issue
Block a user