mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Fix typo.
This commit is contained in:
parent
5aff4b0f50
commit
e406ce5aab
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user