mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
matching spacing to remove change from original
This commit is contained in:
parent
b826c14e4d
commit
e14bb56db1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user