|
Post by inovikov on Jul 26, 2017 13:45:10 GMT
Hello,
Just found that calling HexMarkers::ClearAllMarkers() marks all the hexes with a green dot (the very first icon in the markers atlas). This could be taken as a feature (like having a default marker type) if not one but. Calling HexMarkers::SetMarkerType() with MarkerType::None really removes a marker and there is no way to set the green dot marker for a single hex. Which means that ClearAllMarkers() and SetMarkerType() functions behave in an inconsistent way.
|
|
|
Post by khash on Aug 3, 2017 9:24:47 GMT
clear all should place marker "none". I think it was marker index 0 before so if that changed I have not noticed that. Feel free to correct
|
|