mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-14 23:29:41 +00:00
Fix a code style issue.
This commit is contained in:
@@ -21,8 +21,7 @@ void TimelineItem::Draw( bool firstFrame, double pxns, int& offset, const ImVec2
|
||||
{
|
||||
if( !IsVisible() )
|
||||
{
|
||||
if( m_height != 0 )
|
||||
AdjustThreadHeight( firstFrame, offset, offset );
|
||||
if( m_height != 0 ) AdjustThreadHeight( firstFrame, offset, offset );
|
||||
return;
|
||||
}
|
||||
if( IsEmpty() ) return;
|
||||
|
||||
Reference in New Issue
Block a user