1
0
Fork 0

initilize active slots to 0

This commit is contained in:
Kevin Matz 2021-08-29 11:17:53 -04:00
parent 7a49267125
commit 66b6c8e7e4
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ namespace sACN {
*/
Universe::Universe()
: DMX::Universe(E131_NETWORK_DATA_LOSS_TIMEOUT)
, active_data_slots(0)
, provenance_(std::shared_ptr<DATA::data_header>(new DATA::data_header()))
{
}