From 206659626a57120fecc27673e94bc444b09bc713 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 22 Dec 2015 01:08:27 +0100 Subject: [PATCH] Small helpful comment. --- theme.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.cpp b/theme.cpp index 62e3640..8229bdc 100644 --- a/theme.cpp +++ b/theme.cpp @@ -443,6 +443,7 @@ LiveInputWrapper::LiveInputWrapper(Theme *theme, EffectChain *chain, bool overri void LiveInputWrapper::connect_signal(int signal_num) { if (global_mixer == nullptr) { + // No data yet. return; } -- 2.39.2