mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-15 06:40:08 -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:
parent
868c1c5d32
commit
6eb1f5af23
@ -218,7 +218,7 @@ begin
|
|||||||
Len := FilterTree.Items.Count;
|
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.
|
i := start + len; //This is for the backwards compatibily, we do mod anways.. it just makes sure -1 isn't negative.
|
||||||
c := 0;
|
c := 0;
|
||||||
while c < (len - 1) do
|
while c < (len ) do
|
||||||
begin;
|
begin;
|
||||||
if FilterTree.Items[i mod len].Level = 1 then
|
if FilterTree.Items[i mod len].Level = 1 then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user