mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Make m_blocks_cache private
@RealBadAngel has removed all outside access of the cache.
This commit is contained in:
parent
370a33686a
commit
9e3e6dc5ec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue