* 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.afrisby
parent
07b0e2df6f
commit
08331f97d3
|
@ -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")]
|
||||
|
|
Loading…
Reference in New Issue