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

This commit is contained in:
MW
2007-08-25 20:33:53 +00:00
parent 05a7f44d73
commit 65d6ef1bc1

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;
}