1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-13 21:05:12 -05:00

lil bug in framefunctionlist

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@375 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Raymond 2010-01-04 21:55:34 +00:00
parent 868c1c5d32
commit 6eb1f5af23

View File

@ -218,7 +218,7 @@ begin
Len := FilterTree.Items.Count;
i := start + len; //This is for the backwards compatibily, we do mod anways.. it just makes sure -1 isn't negative.
c := 0;
while c < (len - 1) do
while c < (len ) do
begin;
if FilterTree.Items[i mod len].Level = 1 then
begin