提交 32378124 编写于 作者: J jp9000

obs-text: Change file update interval to 1 sec (from 2)

上级 8b877f7c
......@@ -742,7 +742,7 @@ inline void TextSource::Tick(float seconds)
update_time_elapsed += seconds;
if (update_time_elapsed >= 2.0f) {
if (update_time_elapsed >= 1.0f) {
time_t t = get_modified_timestamp(file.c_str());
update_time_elapsed = 0.0f;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册