forked from Mirrorlandia_minetest/minetest
Make m_blocks_cache private
@RealBadAngel has removed all outside access of the cache.
This commit is contained in:
parent
370a33686a
commit
9e3e6dc5ec
@ -113,6 +113,7 @@ class MinimapUpdateThread : public UpdateThread
|
|||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
MinimapUpdateQueue m_queue;
|
MinimapUpdateQueue m_queue;
|
||||||
|
std::map<v3s16, MinimapMapblock *> m_blocks_cache;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
const char *getName()
|
const char *getName()
|
||||||
@ -139,7 +140,6 @@ public:
|
|||||||
video::IVideoDriver *driver;
|
video::IVideoDriver *driver;
|
||||||
ITextureSource *tsrc;
|
ITextureSource *tsrc;
|
||||||
MinimapData *data;
|
MinimapData *data;
|
||||||
std::map<v3s16, MinimapMapblock *> m_blocks_cache;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class Mapper
|
class Mapper
|
||||||
|
Loading…
Reference in New Issue
Block a user