aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
authorMelanie2010-04-19 06:32:29 +0100
committerMelanie2010-04-19 06:32:29 +0100
commitf8d49e0a30a1d00c91d4ea5f4628851d5e6cd8cb (patch)
treef41fe742552798105f99f59a90d94ff11304be87 /OpenSim/Framework/Util.cs
parentThis GetScriptErrors() change allows initial XEngine to run in background (diff)
parentSlightly tweak README to account for the fact that first-time standalone user... (diff)
downloadopensim-SC-f8d49e0a30a1d00c91d4ea5f4628851d5e6cd8cb.zip
opensim-SC-f8d49e0a30a1d00c91d4ea5f4628851d5e6cd8cb.tar.gz
opensim-SC-f8d49e0a30a1d00c91d4ea5f4628851d5e6cd8cb.tar.bz2
opensim-SC-f8d49e0a30a1d00c91d4ea5f4628851d5e6cd8cb.tar.xz
Merge branch '0.6.9-post-fixes' into careminster
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Util.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index e20b322..13a4b3f 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -1441,4 +1441,4 @@ namespace OpenSim.Framework
1441 return (diff >= 0) ? diff : (diff + EnvironmentTickCountMask + 1); 1441 return (diff >= 0) ? diff : (diff + EnvironmentTickCountMask + 1);
1442 } 1442 }
1443 } 1443 }
1444} 1444} \ No newline at end of file