mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-21 15:55:09 -05:00
Fix warning
This commit is contained in:
@@ -178,6 +178,8 @@ bool SetupRecordingTimer()
|
||||
case OBS_FRONTEND_EVENT_RECORDING_UNPAUSED:
|
||||
recordingPaused = false;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
};
|
||||
obs_frontend_add_event_callback(handleRecordingEvents, nullptr);
|
||||
|
||||
Reference in New Issue
Block a user