Dunno, I must have changed something.
parent
11e3c3fe82
commit
dced1d3df9
|
@ -13,8 +13,8 @@ namespace libLSL
|
||||||
byte ins = nextInstruction();
|
byte ins = nextInstruction();
|
||||||
lslOpcodes code = (lslOpcodes)ins;
|
lslOpcodes code = (lslOpcodes)ins;
|
||||||
|
|
||||||
Object arg1;
|
Object arg1 = (Object)32;
|
||||||
Object arg2;
|
Object arg2 = (Object)32;
|
||||||
|
|
||||||
switch (code)
|
switch (code)
|
||||||
{
|
{
|
||||||
|
@ -117,7 +117,7 @@ namespace libLSL
|
||||||
/// <returns>Ze bytes!</returns>
|
/// <returns>Ze bytes!</returns>
|
||||||
byte[] getBytes(int num)
|
byte[] getBytes(int num)
|
||||||
{
|
{
|
||||||
|
return new byte[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue