mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Fix a code style issue.
This commit is contained in:
parent
e4ab6cdaf1
commit
b4e8e042a8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user