1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-03 22:13:51 +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 #endif