1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Source image tracking in tile generation (#12514)

This commit is contained in:
20kdc
2023-02-17 23:03:03 +00:00
committed by GitHub
parent 2a8becd650
commit 75e6cc190a
3 changed files with 89 additions and 48 deletions

View File

@@ -552,8 +552,6 @@ private:
std::vector<std::string> m_remote_media_servers;
// Media downloader, only exists during init
ClientMediaDownloader *m_media_downloader;
// Set of media filenames pushed by server at runtime
std::unordered_set<std::string> m_media_pushed_files;
// Pending downloads of dynamic media (key: token)
std::vector<std::pair<u32, std::shared_ptr<SingleMediaDownloader>>> m_pending_media_downloads;