From c48a61bb03f5d201bb1704dca747c79c849ee6bd Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sat, 1 Jul 2023 07:55:22 +1000 Subject: [PATCH] Update StarNameplatePainter.cpp --- source/frontend/StarNameplatePainter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }