Automap (OSS) GIT software repository
Revision | 1b41d51171a8b027b66c2565213d167847aba170 (tree) |
---|---|
Time | 2020-11-08 05:21:01 |
Author | ![]() |
Commiter | melchior |
Attempt to fix crash with threading on Metadata clean
@@ -136,7 +136,7 @@ namespace Automap | ||
136 | 136 | |
137 | 137 | //Start fresh... |
138 | 138 | HeightMap = new ushort[ChunkSize, ChunkSize]; |
139 | - RockRatio = new Dictionary<int, uint>(this.RockRatio.Count); | |
139 | + RockRatio = new Dictionary<int, uint>(10); | |
140 | 140 | AirBlocks = 0; |
141 | 141 | NonAirBlocks = 0; |
142 | 142 | YMax = 0; |