Saving project / small changes. Will do more tomorrow.
parent
57dc34b23f
commit
8b2896291a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue