Test to see if this change improves or makes worse the texture sending bug

afrisby
MW 2007-08-25 20:33:53 +00:00
parent 05a7f44d73
commit 65d6ef1bc1
1 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,8 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
Return += Script;
Return += "} }\r\n";
Console.WriteLine("script after conversion: " + Return);
return Return;
}