refactor: move EventQueueGet path generation into common method. Rename some local variables in line with code conventions. Add commented out EQG log lines for future use.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-05-18 00:38:29 +01:00
parent b18c8c8e78
commit 6501b1b1bb
2 changed files with 34 additions and 21 deletions

View File

@@ -1274,7 +1274,7 @@ namespace OpenSim.Region.Physics.OdePlugin
// Don't clear collision event reporting here. This is called directly from scene code and so can lead
// to a race condition with the simulate loop
m_requestedUpdateFrequency = 0;
m_eventsubscription = 0;
}