mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Mark activity when waiting dots are drawn.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user