Dunno, I must have changed something.

0.1-prestable
Adam Frisby 2007-05-04 04:03:56 +00:00
parent 11e3c3fe82
commit dced1d3df9
1 changed files with 3 additions and 3 deletions

View File

@ -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>