aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-04-16 20:40:01 +0100
committerJustin Clark-Casey (justincc)2010-04-16 20:43:23 +0100
commit48f37339636f52392f698ae6036f970183ccae91 (patch)
tree8f001fe0e4c0ae5c0b0c3501576bd3d8dc710008 /OpenSim/Framework/Util.cs
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-48f37339636f52392f698ae6036f970183ccae91.zip
opensim-SC_OLD-48f37339636f52392f698ae6036f970183ccae91.tar.gz
opensim-SC_OLD-48f37339636f52392f698ae6036f970183ccae91.tar.bz2
opensim-SC_OLD-48f37339636f52392f698ae6036f970183ccae91.tar.xz
Fix http://opensimulator.org/mantis/view.php?id=4657 where OpenSim.Grid.UserServer.exe fails on startup if no previous config
probably appears to occur because mono 2.4.2.3 (and possibly later) erroneously returns a value of 0 for BufferWidth and BufferHeight in some circumstances
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-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 64f6118..802cb37 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -1486,4 +1486,4 @@ namespace OpenSim.Framework
1486 } 1486 }
1487 1487
1488 } 1488 }
1489} 1489} \ No newline at end of file