Hit a dead end with llParticleSystem (libsecondlife issues) so no functionality added yet, but did not want to loose work.

This commit is contained in:
alondria
2008-01-31 06:59:48 +00:00
parent a4bf98f4ba
commit 62ae3c9bf5
3 changed files with 50 additions and 25 deletions

View File

@@ -1322,7 +1322,7 @@ namespace OpenSim.Region.ScriptEngine.Common
//
// DO NOT MODIFY HERE: MODIFY IN LSL_BuiltIn_Commands.cs
//
public void llParticleSystem(List<Object> rules)
public void llParticleSystem(LSL_Types.list rules)
{
m_LSL_Functions.llParticleSystem(rules);
}