1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Fix typo.

This commit is contained in:
Bartosz Taudul 2020-07-29 19:00:37 +02:00
parent 5aff4b0f50
commit e406ce5aab

View File

@ -1838,7 +1838,7 @@ void View::HandleZoneViewMouse( int64_t timespan, const ImVec2& wpos, float w, d
}
const auto hwheel_delta = io.MouseWheelH * 100.f;
if( ImGui::IsMouseDragging( 1, 0 ) || hwheel_delta != 0 )
if( ImGui::IsMouseDragging( 1, 0 ) || hwheel_delta != 0 )
{
m_pause = true;
m_zoomAnim.active = false;