Add indicator of what level is currently being updated with level 2 chunks.

This commit is contained in:
AdenKoperczak 2025-04-08 12:22:47 -04:00
parent 6ca76b9eca
commit 0bda6296c0
No known key found for this signature in database
GPG key ID: 9843017036F62EE7
9 changed files with 114 additions and 4 deletions

View file

@ -23,6 +23,7 @@ public:
void showEvent(QShowEvent* event) override;
void UpdateElevationSelection(float elevation);
void UpdateIncomingElevation(float incomingElevation);
void UpdateSettings(map::MapWidget* activeMap);
signals: