mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Reorganising Java Virtual Machine code into a subfolder for the JVM specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces.
* Fixed a compile issue with the Interpreted Scripts API.
This commit is contained in:
@@ -148,7 +148,7 @@ namespace OpenSim.Region.Environment.Scripting
|
||||
[Obsolete("Unimplemented")]
|
||||
public float osCloud(Vector offset)
|
||||
{
|
||||
return 0.0;
|
||||
return 0.0f;
|
||||
}
|
||||
|
||||
[Obsolete("Unimplemented")]
|
||||
@@ -171,7 +171,7 @@ namespace OpenSim.Region.Environment.Scripting
|
||||
[Obsolete("Unimplemented")]
|
||||
public void osCreateLink(Key target, int parent)
|
||||
{
|
||||
return false;
|
||||
return;
|
||||
}
|
||||
|
||||
[Obsolete("Partially Unimplemented")]
|
||||
|
||||
Reference in New Issue
Block a user