mirror of
https://github.com/opensim/opensim.git
synced 2026-07-05 11:23:29 +08:00
implement llGetScale and llSetScale
drop IScriptHost for now and just use SceneObjectPart, given how many of SceneObjectPart's properties we need for the script engine
This commit is contained in:
@@ -257,7 +257,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
// It will be up to the script itself to hook up the correct events.
|
||||
string FileName = "";
|
||||
|
||||
IScriptHost m_host = World.GetSceneObjectPart(localID);
|
||||
SceneObjectPart m_host = World.GetSceneObjectPart(localID);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user