1
0
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:
Tomaž Vöröš 2022-12-18 23:30:47 +01:00
parent e4ab6cdaf1
commit b4e8e042a8

View File

@ -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;