Fix warning

This commit is contained in:
WarmUpTill 2023-12-24 15:05:03 +01:00 committed by WarmUpTill
parent 12982708cf
commit d6c5fb149a

View File

@ -178,6 +178,8 @@ bool SetupRecordingTimer()
case OBS_FRONTEND_EVENT_RECORDING_UNPAUSED:
recordingPaused = false;
break;
default:
break;
};
};
obs_frontend_add_event_callback(handleRecordingEvents, nullptr);