mirror of
https://github.com/opensim/opensim.git
synced 2026-06-11 14:45:48 +08:00
more yengine cosmetics
This commit is contained in:
@@ -980,7 +980,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
ilGen.Emit(declFunc, OpCodes.Castclass, xmrInstSuperType);
|
||||
ilGen.Emit(declFunc, OpCodes.Stloc, instancePointer);
|
||||
|
||||
if (curDeclFunc.fullName != "$globalvarinit()")
|
||||
if (!"$globalvarinit()".Equals(curDeclFunc.fullName))
|
||||
{
|
||||
PushXMRInst();
|
||||
ilGen.Emit(curDeclFunc, OpCodes.Ldfld, heapUsedFieldInfo);
|
||||
|
||||
Reference in New Issue
Block a user