mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
longer meshs identification keys, so first part on disk cache is it's asset id
This commit is contained in:
@@ -68,10 +68,12 @@ namespace OpenSim.Region.Physics.Manager
|
||||
public ulong hashA;
|
||||
[FieldOffset(8)]
|
||||
public ulong hashB;
|
||||
[FieldOffset(16)]
|
||||
public ulong hashC;
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return uuid.ToString();
|
||||
return uuid.ToString() + "-" + hashC.ToString() ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user