diff options
Diffstat (limited to 'source/frontend/StarChatBubbleManager.cpp')
-rw-r--r-- | source/frontend/StarChatBubbleManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |