mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 00:15:45 +08:00
* Removing ODEPrim and ODECharacter GetHashCode() overrides since they were based on something that could change
* Tweaked a few other GetHashCode() overrides to bring them in line with MSDN recommendations
This commit is contained in:
@@ -1975,7 +1975,7 @@ namespace OpenSim.Region.ScriptEngine.Shared
|
||||
|
||||
public override int GetHashCode()
|
||||
{
|
||||
return Convert.ToInt32(value);
|
||||
return value.GetHashCode();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user