From 0a90fedabc07a3ba811f13ed8d673136e857ec02 Mon Sep 17 00:00:00 2001 From: RealBadAngel Date: Sun, 28 Jun 2015 14:45:47 +0200 Subject: Bugfix: minimap was updated only with loading new blocks, allow forced updates with changing player pos --- src/minimap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/minimap.h') diff --git a/src/minimap.h b/src/minimap.h index 220c3add0..37bc2f7cb 100644 --- a/src/minimap.h +++ b/src/minimap.h @@ -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; -- cgit v1.2.3