mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Dim timeline before first time.
This commit is contained in:
parent
b7cefe816e
commit
3ed543a1b7
@ -291,7 +291,7 @@ void View::DrawTimeline()
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
const auto tbegin = 0;
|
const auto tbegin = m_worker.GetFirstTime();
|
||||||
const auto tend = m_worker.GetLastTime();
|
const auto tend = m_worker.GetLastTime();
|
||||||
if( tbegin > m_vd.zvStart )
|
if( tbegin > m_vd.zvStart )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user