mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Yengine: oops rename the var on all relevant places
This commit is contained in:
@@ -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]++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user