From: melchior Date: Sat, 7 Nov 2020 20:21:01 +0000 (-0500) Subject: Attempt to fix crash with threading on Metadata clean X-Git-Tag: V0.1.6~22 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1b41d51171a8b027b66c2565213d167847aba170;hp=ec3438c8c02c57ac0241b388851e659b1cc0fc65;p=automap%2Fautomap.git Attempt to fix crash with threading on Metadata clean --- diff --git a/Automap/Data/ColumnMeta.cs b/Automap/Data/ColumnMeta.cs index f1e9681..4652644 100644 --- a/Automap/Data/ColumnMeta.cs +++ b/Automap/Data/ColumnMeta.cs @@ -136,7 +136,7 @@ namespace Automap //Start fresh... HeightMap = new ushort[ChunkSize, ChunkSize]; - RockRatio = new Dictionary(this.RockRatio.Count); + RockRatio = new Dictionary(10); AirBlocks = 0; NonAirBlocks = 0; YMax = 0;