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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-07-01 07:55:22 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-07-01 07:55:22 +1000
commitc48a61bb03f5d201bb1704dca747c79c849ee6bd (patch)
treeecd2c7a1a66beb0c5a942e284c7e4291fa0f0598
parentbda140ab732aa8e567514842aca9af4ed207bd5b (diff)
Update StarNameplatePainter.cpp
-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();
}