Skip to content

Commit 6b621de

Browse files
committed
clarfiy
1 parent 1013766 commit 6b621de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cleo_plugins/Text/Text.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@ class Text
200200
static void AddToMessageQueue(CLEO::CRunningScript* pScript, const char* text, int time, bool now)
201201
{
202202
/*
203-
CLEO 4: always show messages, no brief change, no subtitle suppression (~z~)
204-
CLEO 5: show messages conditionally based on user preference, update brief
203+
CLEO 4: show subtitle ~z~ regarless of "Show Subtitles"; no brief update ever
204+
CLEO 5: show subtitle ~z~ only if "Show Subtitles" is ON; update brief if needed
205205
206-
Both: if message queue is full, don't show the message, unless it's a NOW message.
206+
Both: Queue messages; if the queue is full, skip the next message, unless it's a NOW message.
207207
*/
208208

209209
const auto isLegacy = IsLegacyScript(pScript);

0 commit comments

Comments
 (0)