mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Saving project / small changes. Will do more tomorrow.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="lsl.cs" />
|
||||
<Compile Include="lslByteCode.cs" />
|
||||
<Compile Include="lslscript.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
@@ -74,6 +74,10 @@ namespace libLSL
|
||||
pushBytes(getBytes(16));
|
||||
break;
|
||||
|
||||
case lslOpcodes.OP_STORE:
|
||||
// Somefin.
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user