missing file

This commit is contained in:
UbitUmarov
2012-10-12 23:46:48 +01:00
parent 6e21796584
commit 13cb64a2c5

View File

@@ -58,6 +58,7 @@ namespace OpenSim.Region.Physics.Manager
{
}
[Serializable()]
[StructLayout(LayoutKind.Explicit)]
public struct AMeshKey
{
@@ -67,6 +68,11 @@ namespace OpenSim.Region.Physics.Manager
public ulong hashA;
[FieldOffset(8)]
public ulong hashB;
public override string ToString()
{
return uuid.ToString();
}
}
public interface IMesh