mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 22:01:46 +00:00
[client] overlay: increment totalRects
This commit is contained in:
parent
4acbf2e9a0
commit
3b6ad957e3
1 changed files with 3 additions and 2 deletions
|
@ -675,8 +675,9 @@ int app_renderOverlay(struct Rect * rects, int maxRects)
|
|||
}
|
||||
else
|
||||
{
|
||||
maxRects -= written;
|
||||
rects += written;
|
||||
maxRects -= written;
|
||||
rects += written;
|
||||
totalRects += written;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue