mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 23:07:18 +00:00
[client] overlay: increment totalRects
This commit is contained in:
parent
4acbf2e9a0
commit
3b6ad957e3
@ -675,8 +675,9 @@ int app_renderOverlay(struct Rect * rects, int maxRects)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
maxRects -= written;
|
maxRects -= written;
|
||||||
rects += written;
|
rects += written;
|
||||||
|
totalRects += written;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user