mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Update imgui to f87e891f.
This commit is contained in:
@@ -116,7 +116,7 @@ void View::DrawOptions()
|
||||
}
|
||||
if( !gpuData[i]->hasCalibration )
|
||||
{
|
||||
ImGui::TreePush();
|
||||
ImGui::TreePush( (void*)nullptr );
|
||||
auto& drift = GpuDrift( gpuData[i] );
|
||||
ImGui::SetNextItemWidth( 120 * scale );
|
||||
ImGui::PushID( i );
|
||||
|
||||
Reference in New Issue
Block a user