mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-14 21:07:44 -05:00
Fix typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user