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