mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* Add preliminary code for resolving iar profile names
* Not yet active
This commit is contained in:
@@ -373,7 +373,6 @@ namespace OpenSim.Framework
|
||||
return SHA1.ComputeHash(Encoding.Default.GetBytes(src));
|
||||
}
|
||||
|
||||
|
||||
public static int fast_distance2d(int x, int y)
|
||||
{
|
||||
x = Math.Abs(x);
|
||||
|
||||
Reference in New Issue
Block a user