Fixing llWanderWithin - second argument should be vector instead of float.

This commit is contained in:
Ima Mechanique 2012-12-17 15:18:19 +00:00
parent ac4d11de87
commit 0bd4ec18df
2 changed files with 2 additions and 2 deletions

View file

@ -4292,7 +4292,7 @@ namespace LSLEditor
Verbose("VolumeDetect(" + detect + ")");
}
public void llWanderWithin(vector Origin, Float Distance, list Options)
public void llWanderWithin(vector Origin, vector Distance, list Options)
{
Verbose("llWanderWithin({0}, {1}, {2})", Origin, Distance, Options);
}