ubode things

This commit is contained in:
UbitUmarov
2022-08-15 19:31:59 +01:00
parent 2ba53faa5c
commit f7e7e9c054
4 changed files with 158 additions and 91 deletions

View File

@@ -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;
}