jdelauney / TGIFViewer

TGIFViewer composant visuel pour l'affichage d'animations au format GIF (Graphic Interchange Format) avec Free Pascal et Lazarus
Mozilla Public License 2.0
18 stars 2 forks source link

helper func IsIndexOk #5

Closed Alexey-T closed 6 years ago

Alexey-T commented 6 years ago

If (Index > FRenderCache.Count - 1) Then exit;

better to add helper func IsIndexOk and use it. and check N<0.

jdelauney commented 6 years ago

Where exactly ?

jdelauney commented 6 years ago

Ok i see

Alexey-T commented 6 years ago

so you didnt fix it?