Skip to content
Snippets Groups Projects
Commit 9e3e6dc5 authored by est31's avatar est31
Browse files

Make m_blocks_cache private

@RealBadAngel has removed all outside access of the cache.
parent 370a3368
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,7 @@ class MinimapUpdateThread : public UpdateThread
{
private:
MinimapUpdateQueue m_queue;
std::map<v3s16, MinimapMapblock *> m_blocks_cache;
protected:
const char *getName()
......@@ -139,7 +140,6 @@ class MinimapUpdateThread : public UpdateThread
video::IVideoDriver *driver;
ITextureSource *tsrc;
MinimapData *data;
std::map<v3s16, MinimapMapblock *> m_blocks_cache;
};
class Mapper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment