Yengine: oops rename the var on all relevant places
parent
590d7ccf43
commit
fa29db5552
|
@ -893,7 +893,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
|||
{
|
||||
ScriptEventCode evtCode = (ScriptEventCode)Enum.Parse(typeof(ScriptEventCode),
|
||||
evt.EventName);
|
||||
m_EventCounts[(int)eventCode]++;
|
||||
m_EventCounts[(int)evtCode]++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue