mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 12:53: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( !IsVisible() )
|
||||||
{
|
{
|
||||||
if( m_height != 0 )
|
if( m_height != 0 ) AdjustThreadHeight( firstFrame, offset, offset );
|
||||||
AdjustThreadHeight( firstFrame, offset, offset );
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if( IsEmpty() ) return;
|
if( IsEmpty() ) return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user