Patch up a type name change in libomv. Thanks for tracking that down, idb
This commit is contained in:
Melanie Thielker
2008-09-26 23:38:59 +00:00
parent 5a9bb2eafb
commit ec16750a87
2 changed files with 1 additions and 2 deletions

View File

@@ -323,7 +323,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
if (l == enumCompileType.lsl)
{
// Its LSL, convert it to C#
//compileScript = LSL_Converter.Convert(Script);
LSL_Converter = (ICodeConverter)new CSCodeGenerator();
compileScript = LSL_Converter.Convert(Script);