1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Bugfix: minimap was updated only with loading new blocks, allow forced updates with changing player pos

This commit is contained in:
RealBadAngel 2015-06-28 14:45:47 +02:00
parent b160f8dfe7
commit 0a90fedabc
2 changed files with 11 additions and 2 deletions

View file

@ -131,7 +131,7 @@ public:
video::SColor getColorFromId(u16 id);
void enqueue_Block(v3s16 pos, MinimapMapblock *data);
void forceUpdate();
IrrlichtDevice *device;
Client *client;
video::IVideoDriver *driver;