mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08:00
Added RAIL.dll
Updated DotSets.dll and Mono.PEToolkit.dll Started on microthreading - currently display exception during startup
This commit is contained in:
@@ -190,7 +190,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
private string ProcessYield(string FileName)
|
||||
{
|
||||
// TODO: Create a new assembly and copy old but insert Yield Code
|
||||
return FileName;
|
||||
return TempDotNetMicroThreadingCodeInjector.TestFix(FileName);
|
||||
}
|
||||
|
||||
private AppDomain GetFreeAppDomain()
|
||||
|
||||
Reference in New Issue
Block a user