mirror of
https://github.com/wolfpld/tracy
synced 2025-05-02 05:33:53 +00:00
next try
This commit is contained in:
parent
e14bb56db1
commit
903b7badc0
@ -183,7 +183,7 @@ namespace tracy
|
|||||||
|
|
||||||
const auto rw = x1 - x0;
|
const auto rw = x1 - x0;
|
||||||
const auto rh = y1 - y0;
|
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);
|
auto v0 = ImVec2( x0, y0 - rw);
|
||||||
|
|
||||||
if (fix_stripes_in_screen_space)
|
if (fix_stripes_in_screen_space)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user