From 08472e45d74cca3f3184cad61c238817e2139ce1 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 11 Nov 2022 08:53:06 +1000 Subject: [PATCH] Fix a copy paste error in some of the nodes in the extras folder. --- .../nodes/ma_channel_combiner_node/ma_channel_combiner_node.h | 2 +- .../nodes/ma_channel_separator_node/ma_channel_separator_node.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.h b/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.h index 07b3f835..485ffc80 100644 --- a/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.h +++ b/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.h @@ -1,4 +1,4 @@ -/* Include ma_reverb_node.h after miniaudio.h */ +/* Include ma_channel_combiner_node.h after miniaudio.h */ #ifndef ma_channel_combiner_node_h #define ma_channel_combiner_node_h diff --git a/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.h b/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.h index 48916166..8df73fe9 100644 --- a/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.h +++ b/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.h @@ -1,4 +1,4 @@ -/* Include ma_reverb_node.h after miniaudio.h */ +/* Include ma_channel_separator_node.h after miniaudio.h */ #ifndef ma_channel_separator_node_h #define ma_channel_separator_node_h