mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-07 07:15:17 -04:00
UI: Fix compiler error
I probably should have at least compiled this before pushing a commit.
This commit is contained in:
@@ -646,7 +646,7 @@ struct OBSStudioAPI : obs_frontend_callbacks {
|
||||
{
|
||||
if (main->disableSaving &&
|
||||
event != OBS_FRONTEND_EVENT_SCENE_COLLECTION_CLEANUP &&
|
||||
event != OBS_FRONTEND_EVENT_SCENE_COLLECTION_EXIT)
|
||||
event != OBS_FRONTEND_EVENT_EXIT)
|
||||
return;
|
||||
|
||||
for (size_t i = callbacks.size(); i > 0; i--) {
|
||||
|
||||
Reference in New Issue
Block a user