Skip to content

Commit c5cb75f

Browse files
committed
Fix reversed additive logic
1 parent faaabfa commit c5cb75f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/courtroom.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3960,7 +3960,7 @@ void Courtroom::start_chat_ticking()
39603960
ui_vp_sticker->loadAndPlayAnimation(m_chatmessage.m_char_name);
39613961
}
39623962

3963-
if (m_chatmessage.m_additive)
3963+
if (!m_chatmessage.m_additive)
39643964
{
39653965
ui_vp_message->clear();
39663966
real_tick_pos = 0;

0 commit comments

Comments
 (0)