diff options
author | UbitUmarov | 2014-08-19 04:56:33 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-19 04:56:33 +0100 |
commit | 42a58101cf21a52d6a0cdb9068c102fac6fe6e63 (patch) | |
tree | f3f3420cc7810212108b5c1d01c5c881d7535713 /OpenSim/Region/Framework/Scenes | |
parent | minor changes to GetPriorityByBestAvatarResponsiveness code (diff) | |
download | opensim-SC-42a58101cf21a52d6a0cdb9068c102fac6fe6e63.zip opensim-SC-42a58101cf21a52d6a0cdb9068c102fac6fe6e63.tar.gz opensim-SC-42a58101cf21a52d6a0cdb9068c102fac6fe6e63.tar.bz2 opensim-SC-42a58101cf21a52d6a0cdb9068c102fac6fe6e63.tar.xz |
HACK force GetPriorityByBestAvatarResponsiveness ignoring configuration
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Prioritizer.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Prioritizer.cs b/OpenSim/Region/Framework/Scenes/Prioritizer.cs index 36a3e37..19d2689 100644 --- a/OpenSim/Region/Framework/Scenes/Prioritizer.cs +++ b/OpenSim/Region/Framework/Scenes/Prioritizer.cs | |||
@@ -91,6 +91,11 @@ namespace OpenSim.Region.Framework.Scenes | |||
91 | return 0; | 91 | return 0; |
92 | 92 | ||
93 | uint priority; | 93 | uint priority; |
94 | |||
95 | |||
96 | // HACK | ||
97 | return GetPriorityByBestAvatarResponsiveness(client, entity); | ||
98 | |||
94 | 99 | ||
95 | switch (m_scene.UpdatePrioritizationScheme) | 100 | switch (m_scene.UpdatePrioritizationScheme) |
96 | { | 101 | { |