Fix map sort order regression

This commit is contained in:
GriffinR
2024-08-20 23:53:55 -04:00
parent 403bade407
commit 2f24d45ca4
2 changed files with 3 additions and 7 deletions

View File

@@ -339,9 +339,6 @@ private:
bool isProgrammaticEventTabChange;
bool projectHasUnsavedChanges;
bool newMapDefaultsSet = false;
MapSortOrder mapSortOrder;
bool tilesetNeedsRedraw = false;
bool setMap(QString, bool scrollTreeView = false);