mirror of
https://github.com/minetest/minetest.git
synced 2024-11-30 11:33:44 +01:00
Restore intended functionality to minimap markers (#8819)
This commit is contained in:
parent
dea5a152b2
commit
ded5da7800
@ -569,7 +569,7 @@ void Minimap::updateActiveMarkers()
|
|||||||
m_active_markers.clear();
|
m_active_markers.clear();
|
||||||
|
|
||||||
for (Nametag *nametag : nametags) {
|
for (Nametag *nametag : nametags) {
|
||||||
v3s16 pos = floatToInt(nametag->parent_node->getPosition() +
|
v3s16 pos = floatToInt(nametag->parent_node->getAbsolutePosition() +
|
||||||
intToFloat(client->getCamera()->getOffset(), BS), BS);
|
intToFloat(client->getCamera()->getOffset(), BS), BS);
|
||||||
pos -= data->pos - v3s16(data->map_size / 2,
|
pos -= data->pos - v3s16(data->map_size / 2,
|
||||||
data->scan_height / 2,
|
data->scan_height / 2,
|
||||||
|
Loading…
Reference in New Issue
Block a user