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:
@@ -171,7 +171,7 @@ private:
|
||||
Out
|
||||
};
|
||||
|
||||
constexpr static auto DirectionToKeyMap = std::array<int, 4> { ImGuiKey_A, ImGuiKey_D, ImGuiKey_W, ImGuiKey_S };
|
||||
constexpr static auto DirectionToKeyMap = std::array<ImGuiKey, 4> { ImGuiKey_A, ImGuiKey_D, ImGuiKey_W, ImGuiKey_S };
|
||||
constexpr static auto StartRangeMod = std::array<int, 4> { -1, 1, 1, -1 };
|
||||
constexpr static auto EndRangeMod = std::array<int, 4> { -1, 1, -1, 1 };
|
||||
|
||||
|
||||
@@ -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