1
0
Fork 0
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:
Ilya Zhuravlev 2012-12-17 20:56:59 +04:00
parent e301bc2d77
commit e9006f904c
2 changed files with 21 additions and 19 deletions

View file

@ -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;