mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-09 13:53:58 +00:00
[client] overlay: increment totalRects
This commit is contained in:
parent
4acbf2e9a0
commit
3b6ad957e3
1 changed files with 3 additions and 2 deletions
|
@ -677,6 +677,7 @@ int app_renderOverlay(struct Rect * rects, int maxRects)
|
||||||
{
|
{
|
||||||
maxRects -= written;
|
maxRects -= written;
|
||||||
rects += written;
|
rects += written;
|
||||||
|
totalRects += written;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue