mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Make m_media_fetch_threads to contain MediaFetchThread* instead of MediaFetchThread
This commit is contained in:
parent
e301bc2d77
commit
e9006f904c
2 changed files with 21 additions and 19 deletions
|
@ -371,7 +371,7 @@ private:
|
|||
MtEventManager *m_event;
|
||||
|
||||
MeshUpdateThread m_mesh_update_thread;
|
||||
core::list<MediaFetchThread> m_media_fetch_threads;
|
||||
core::list<MediaFetchThread*> m_media_fetch_threads;
|
||||
ClientEnvironment m_env;
|
||||
con::Connection m_con;
|
||||
IrrlichtDevice *m_device;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue