This commit is contained in:
Marcus Huderle 2020-04-18 14:06:30 -05:00 committed by huderlem
parent bb6dbedabf
commit f07422585b

View file

@ -66,7 +66,7 @@ struct StitchedMap {
};
QPixmap MapImageExporter::getStitchedImage(QProgressDialog *progress, bool includeBorder) {
// Do a bread-first search to gather a collection of
// Do a breadth-first search to gather a collection of
// all reachable maps with their relative offsets.
QSet<QString> visited;
QList<StitchedMap> stitchedMaps;