mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-05 12:59:15 +00:00
Move vis data to timeline controller.
This commit is contained in:
@@ -189,7 +189,7 @@ void View::DrawNotificationArea()
|
||||
}
|
||||
{
|
||||
bool hidden = false;
|
||||
for( auto& v : m_visData )
|
||||
for( auto& v : m_tc.GetVisData() )
|
||||
{
|
||||
if( !v.second.visible )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user