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

@ -57,6 +57,8 @@ public:
void RequestAvailableProducts() override;
std::vector<std::string> GetAvailableProducts() override;
float GetCurrentElevation();
private:
class Impl;
std::unique_ptr<Impl> p;