Fix SPANIM
This commit is contained in:
@@ -1435,6 +1435,8 @@ class BuiltinFunction
|
|||||||
}
|
}
|
||||||
if(args.length > 3)
|
if(args.length > 3)
|
||||||
animdata[j] = args[3].castInteger;
|
animdata[j] = args[3].castInteger;
|
||||||
|
else
|
||||||
|
animdata[j] = 1;//loop count
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user