You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throws an error Expression: map/set iterator not dereferencable at Region* r2 = node2region[*it];.
This is for map with the resulting hash: + filename "bwapi-data/BWTA2/d2f5633cc4bb0fca13cd1250729d5530c82c7451.bwta" std::basic_string<char,std::char_traits<char>,std::allocator<char> >
in TerrainAnalysis::analyze().
The text was updated successfully, but these errors were encountered:
In RegionGenerator, the code:
throws an error
Expression: map/set iterator not dereferencable
atRegion* r2 = node2region[*it];
.This is for map with the resulting hash:
+ filename "bwapi-data/BWTA2/d2f5633cc4bb0fca13cd1250729d5530c82c7451.bwta" std::basic_string<char,std::char_traits<char>,std::allocator<char> >
in TerrainAnalysis::analyze().
The text was updated successfully, but these errors were encountered: