aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
index 6a19eb6..4614709 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
@@ -1117,7 +1117,7 @@ namespace OpenSim.Region.Environment.Scenes
1117 1117
1118 // If multiple updates are scheduled on the same second, we still need to perform all of them 1118 // If multiple updates are scheduled on the same second, we still need to perform all of them
1119 // So we'll force the issue by bumping up the timestamp so that later processing sees these need 1119 // So we'll force the issue by bumping up the timestamp so that later processing sees these need
1120 // to be peformed. 1120 // to be performed.
1121 if (timeNow <= TimeStampFull) 1121 if (timeNow <= TimeStampFull)
1122 { 1122 {
1123 TimeStampFull += 1; 1123 TimeStampFull += 1;