mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new
libOMV.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user