We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370a336 commit 9e3e6dcCopy full SHA for 9e3e6dc
src/minimap.h
@@ -113,6 +113,7 @@ class MinimapUpdateThread : public UpdateThread
113
{
114
private:
115
MinimapUpdateQueue m_queue;
116
+ std::map<v3s16, MinimapMapblock *> m_blocks_cache;
117
118
protected:
119
const char *getName()
@@ -139,7 +140,6 @@ class MinimapUpdateThread : public UpdateThread
139
140
video::IVideoDriver *driver;
141
ITextureSource *tsrc;
142
MinimapData *data;
- std::map<v3s16, MinimapMapblock *> m_blocks_cache;
143
};
144
145
class Mapper
0 commit comments