mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
remove some xengine code; remove OSSLPrim, whatever that was
This commit is contained in:
@@ -52,10 +52,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
|
||||
public void ApiTypeLSL(IScriptApi api)
|
||||
{
|
||||
if (!(api is ILSL_Api))
|
||||
return;
|
||||
|
||||
m_LSL_Functions = (ILSL_Api)api;
|
||||
if (api is ILSL_Api p)
|
||||
m_LSL_Functions = p;
|
||||
}
|
||||
|
||||
public void state(string newState)
|
||||
|
||||
Reference in New Issue
Block a user