mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Dunno, I must have changed something.
This commit is contained in:
@@ -13,8 +13,8 @@ namespace libLSL
|
||||
byte ins = nextInstruction();
|
||||
lslOpcodes code = (lslOpcodes)ins;
|
||||
|
||||
Object arg1;
|
||||
Object arg2;
|
||||
Object arg1 = (Object)32;
|
||||
Object arg2 = (Object)32;
|
||||
|
||||
switch (code)
|
||||
{
|
||||
@@ -117,7 +117,7 @@ namespace libLSL
|
||||
/// <returns>Ze bytes!</returns>
|
||||
byte[] getBytes(int num)
|
||||
{
|
||||
|
||||
return new byte[1];
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user