Test to see if this change improves or makes worse the texture sending bug
parent
05a7f44d73
commit
65d6ef1bc1
|
@ -240,6 +240,8 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
|||
Return += Script;
|
||||
Return += "} }\r\n";
|
||||
|
||||
Console.WriteLine("script after conversion: " + Return);
|
||||
|
||||
return Return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue