mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
ubode things
This commit is contained in:
@@ -62,11 +62,12 @@ namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
public bool MouseLook;
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 16)]
|
||||
public struct AABB2D
|
||||
{
|
||||
public float minx;
|
||||
public float miny;
|
||||
public float maxx;
|
||||
public float miny;
|
||||
public float maxy;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user