1
0
Fork 0

corrected comment

This commit is contained in:
Kevin Matz 2021-09-08 16:14:39 -04:00
parent eaaad9ae4e
commit ef59af7207
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ void QSacnNode::unsubscribe(const uint16_t num)
*/
void QSacnNode::create(const uint16_t num)
{
if (Source::universe(num)) // already subscribed
if (Source::universe(num)) // already created
return;
Source::create(num);