Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend')
-rw-r--r--source/frontend/StarNameplatePainter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarNameplatePainter.cpp b/source/frontend/StarNameplatePainter.cpp
index 0bc96ff..06ffabb 100644
--- a/source/frontend/StarNameplatePainter.cpp
+++ b/source/frontend/StarNameplatePainter.cpp
@@ -69,7 +69,7 @@ void NameplatePainter::update(WorldClientPtr const& world, WorldCamera const& ca
}
});
- m_entitiesWithNametags = foundEntities;
+ m_entitiesWithNametags = move(foundEntities);
m_nametags.update();
}