Changed Regionsize to 0.01f
This commit is contained in:
parent
82d2de1537
commit
87e260562f
@ -6,7 +6,7 @@ namespace OSMDatastructure;
|
||||
[Serializable]
|
||||
public class Region
|
||||
{
|
||||
[NonSerialized]public const float RegionSize = 0.1f;
|
||||
[NonSerialized]public const float RegionSize = 0.01f;
|
||||
public readonly HashSet<OsmNode> nodes = new();
|
||||
public ulong regionHash { get; }
|
||||
public TagManager tagManager { get; }
|
||||
|
Loading…
Reference in New Issue
Block a user