diff --git a/server/TracyView.cpp b/server/TracyView.cpp index d3f30574..a52a254e 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -3213,7 +3213,7 @@ int View::DrawPlots( int offset, double pxns, const ImVec2& wpos, bool hover, fl assert( !v->data.empty() ); bool& showFull = ShowFull( v ); - float txtx; + float txtx = 0; auto yPos = wpos.y + offset; if( yPos + ty >= yMin && yPos <= yMax ) {