mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
missing file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user