mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Add missing break.
This commit is contained in:
parent
57779a8ed9
commit
0f2095f84a
@ -11436,6 +11436,7 @@ void View::DrawStatistics()
|
|||||||
file = m_worker.GetString( sit->second.file );
|
file = m_worker.GetString( sit->second.file );
|
||||||
line = sit->second.line;
|
line = sit->second.line;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
assert( false );
|
assert( false );
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user