mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Plot can be empty if it was only configured.
This commit is contained in:
parent
d4f58ddaf3
commit
d741fb0af9
@ -4785,7 +4785,7 @@ int View::DrawPlots( int offset, double pxns, const ImVec2& wpos, bool hover, fl
|
|||||||
vis.offset = 0;
|
vis.offset = 0;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
assert( !v->data.empty() );
|
if( v->data.empty() ) continue;
|
||||||
bool& showFull = vis.showFull;
|
bool& showFull = vis.showFull;
|
||||||
|
|
||||||
float txtx = 0;
|
float txtx = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user