mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 12:14:16 +00:00
[client] overlay: increment totalRects
This commit is contained in:
@@ -675,8 +675,9 @@ int app_renderOverlay(struct Rect * rects, int maxRects)
|
||||
}
|
||||
else
|
||||
{
|
||||
maxRects -= written;
|
||||
rects += written;
|
||||
maxRects -= written;
|
||||
rects += written;
|
||||
totalRects += written;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user