Saving project / small changes. Will do more tomorrow.
parent
57dc34b23f
commit
8b2896291a
|
@ -34,6 +34,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="lsl.cs" />
|
<Compile Include="lsl.cs" />
|
||||||
|
<Compile Include="lslByteCode.cs" />
|
||||||
<Compile Include="lslscript.cs" />
|
<Compile Include="lslscript.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
@ -74,6 +74,10 @@ namespace libLSL
|
||||||
pushBytes(getBytes(16));
|
pushBytes(getBytes(16));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case lslOpcodes.OP_STORE:
|
||||||
|
// Somefin.
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue