From 1e213aac5fe47107de4df618ed8674193210f2fc Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Thu, 29 Jun 2023 07:05:01 +1000 Subject: Decimal zoom with lerp --- source/frontend/StarChatBubbleManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/frontend/StarChatBubbleManager.cpp') diff --git a/source/frontend/StarChatBubbleManager.cpp b/source/frontend/StarChatBubbleManager.cpp index ab45faf..b9077fe 100644 --- a/source/frontend/StarChatBubbleManager.cpp +++ b/source/frontend/StarChatBubbleManager.cpp @@ -73,7 +73,7 @@ void ChatBubbleManager::setCamera(WorldCamera const& camera) { actions.append(SayChatAction{bubble.entity, bubble.text, state.idealDestination, bubble.config}); }); m_bubbles.clear(); - for (auto portraitBubble : m_portraitBubbles) + for (auto& portraitBubble : m_portraitBubbles) actions.append(PortraitChatAction{ portraitBubble.entity, portraitBubble.portrait, -- cgit v1.2.3