mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Don't animate frame changes during playback.
This commit is contained in:
parent
61bad76e5a
commit
29fd4b1fe9
@ -9052,7 +9052,9 @@ void View::DrawPlayback()
|
|||||||
if( m_playback.sync )
|
if( m_playback.sync )
|
||||||
{
|
{
|
||||||
const auto end = m_worker.GetFrameEnd( *frameSet, fi->frameRef );
|
const auto end = m_worker.GetFrameEnd( *frameSet, fi->frameRef );
|
||||||
ZoomToRange( tstart, end );
|
m_zoomAnim.active = false;
|
||||||
|
m_zvStart = tstart;
|
||||||
|
m_zvEnd = end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user