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
@ -677,6 +677,7 @@ int app_renderOverlay(struct Rect * rects, int maxRects)
|
||||
{
|
||||
maxRects -= written;
|
||||
rects += written;
|
||||
totalRects += written;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user