From 903b7badc0dd3820bfa1c4c1f2d4f3e53e2d224d Mon Sep 17 00:00:00 2001 From: Simon van Bernem Date: Fri, 7 Aug 2020 10:39:22 +0200 Subject: [PATCH] next try --- server/TracyImGui.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyImGui.hpp b/server/TracyImGui.hpp index bd62c1a9..8f795c08 100644 --- a/server/TracyImGui.hpp +++ b/server/TracyImGui.hpp @@ -183,7 +183,7 @@ namespace tracy const auto rw = x1 - x0; const auto rh = y1 - y0; - const auto cnt = int( (rh + rw + sw * 2) / (sw * 2) ); + const auto cnt = int( ( rh + rw + sw*2 ) / ( sw*2 ) ); auto v0 = ImVec2( x0, y0 - rw); if (fix_stripes_in_screen_space)