mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-30 22:05:45 -05:00
Fix warning
This commit is contained in:
parent
12982708cf
commit
d6c5fb149a
|
|
@ -178,6 +178,8 @@ bool SetupRecordingTimer()
|
|||
case OBS_FRONTEND_EVENT_RECORDING_UNPAUSED:
|
||||
recordingPaused = false;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
};
|
||||
obs_frontend_add_event_callback(handleRecordingEvents, nullptr);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user