dccex: fix: missing updateVisible(), got lost in the merge

see #120
Dieser Commit ist enthalten in:
Reinder Feenstra 2024-04-30 22:58:13 +02:00
Ursprung 1b1f663756
Commit d1d425da88

Datei anzeigen

@ -123,6 +123,7 @@ DCCEXInterface::DCCEXInterface(World& world, std::string_view _id)
});
updateEnabled();
updateVisible();
}
tcb::span<const DecoderProtocol> DCCEXInterface::decoderProtocols() const