Region Size 0.025f
This commit is contained in:
parent
5ebe843048
commit
0f0f4182ac
@ -6,7 +6,7 @@ namespace OSMDatastructure;
|
||||
[Serializable]
|
||||
public class Region
|
||||
{
|
||||
[NonSerialized]public const float RegionSize = 0.01f;
|
||||
[NonSerialized]public const float RegionSize = 0.025f;
|
||||
public readonly HashSet<OsmNode> nodes = new();
|
||||
public ulong regionHash { get; }
|
||||
public TagManager tagManager { get; }
|
||||
|
Loading…
Reference in New Issue
Block a user