mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Source image tracking in tile generation (#12514)
This commit is contained in:
parent
2a8becd650
commit
75e6cc190a
3 changed files with 89 additions and 48 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue