修复 bug

master
lzq 2025-09-29 15:15:53 +08:00
parent 36a25b8205
commit f3a60d00d2
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,7 @@ namespace zsy
if (config.type == 0) if (config.type == 0)
{ {
vidicons.emplace(config.sn, std::make_shared<GenericVidicon>(config)); vidicons.emplace(config.sn, std::make_shared<GenericVidicon>(config));
} } else
else
{ {
vidicons.emplace(config.sn, std::make_shared<BarrierVidicon>(config)); vidicons.emplace(config.sn, std::make_shared<BarrierVidicon>(config));
} }