Closed Alexey-T closed 6 years ago
If (Index > FRenderCache.Count - 1) Then exit;
better to add helper func IsIndexOk and use it. and check N<0.
Where exactly ?
Ok i see
so you didnt fix it?
If (Index > FRenderCache.Count - 1) Then exit;
better to add helper func IsIndexOk and use it. and check N<0.