1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08: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