mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 14:54:34 +00:00
Initialize variable.
This commit is contained in:
parent
89ddfd0006
commit
c5fd347401
@ -3213,7 +3213,7 @@ int View::DrawPlots( int offset, double pxns, const ImVec2& wpos, bool hover, fl
|
|||||||
assert( !v->data.empty() );
|
assert( !v->data.empty() );
|
||||||
bool& showFull = ShowFull( v );
|
bool& showFull = ShowFull( v );
|
||||||
|
|
||||||
float txtx;
|
float txtx = 0;
|
||||||
auto yPos = wpos.y + offset;
|
auto yPos = wpos.y + offset;
|
||||||
if( yPos + ty >= yMin && yPos <= yMax )
|
if( yPos + ty >= yMin && yPos <= yMax )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user