mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-06 07:36:12 -05:00
fixed a typo in a function call
This commit is contained in:
@@ -176,7 +176,7 @@ obs_source_t obs_source_create(enum obs_source_type type, const char *id,
|
||||
if (!obs_source_init(source, settings, info))
|
||||
goto fail;
|
||||
|
||||
obs_source_create_dosignal(source, "source-create");
|
||||
obs_source_dosignal(source, "source-create");
|
||||
return source;
|
||||
|
||||
fail:
|
||||
|
||||
Reference in New Issue
Block a user