1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-02 13:43:52 +00:00

Add missing tree pop.

This commit is contained in:
Bartosz Taudul 2018-04-22 01:28:55 +02:00
parent 1fb47899b2
commit d06890b55d

View File

@ -4265,6 +4265,7 @@ void View::DrawCompare()
}
}
}
ImGui::TreePop();
}
#endif