From f518ca7feb33c0c1641ccb8f3956246b855f9b6c Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Wed, 19 Nov 2008 06:25:34 +0000 Subject: Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new libOMV. --- OpenSim/Framework/Location.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Location.cs') diff --git a/OpenSim/Framework/Location.cs b/OpenSim/Framework/Location.cs index f67543a..aed2b87 100644 --- a/OpenSim/Framework/Location.cs +++ b/OpenSim/Framework/Location.cs @@ -50,7 +50,7 @@ namespace OpenSim.Framework public ulong RegionHandle { - get { return Helpers.UIntsToLong((uint) m_x, (uint) m_y); } + get { return Utils.UIntsToLong((uint)m_x, (uint)m_y); } } public int X -- cgit v1.1