diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-01 07:55:22 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-01 07:55:22 +1000 |
commit | c48a61bb03f5d201bb1704dca747c79c849ee6bd (patch) | |
tree | ecd2c7a1a66beb0c5a942e284c7e4291fa0f0598 | |
parent | bda140ab732aa8e567514842aca9af4ed207bd5b (diff) |
Update StarNameplatePainter.cpp
-rw-r--r-- | source/frontend/StarNameplatePainter.cpp | 2 |
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(); } |