mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +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
|
||||
{
|
||||
maxRects -= written;
|
||||
rects += written;
|
||||
maxRects -= written;
|
||||
rects += written;
|
||||
totalRects += written;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user