mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
text-freetype2: Fix not updating chat log mode property
(cherry picked from commit 43f7c8c928)
This commit is contained in:
@@ -376,7 +376,10 @@ static void ft2_source_update(void *data, obs_data_t *settings)
|
||||
srcdata->log_lines = log_lines;
|
||||
vbuf_needs_update = true;
|
||||
}
|
||||
srcdata->log_mode = chat_log_mode;
|
||||
if (srcdata->log_mode != chat_log_mode) {
|
||||
srcdata->log_mode = chat_log_mode;
|
||||
vbuf_needs_update = true;
|
||||
}
|
||||
|
||||
if (ft2_lib == NULL)
|
||||
goto error;
|
||||
|
||||
Reference in New Issue
Block a user