Fix virtual pad in overlays

This commit is contained in:
DH 2025-03-10 15:09:48 +03:00
parent e2a0c0d5c3
commit b41eb0a2f7

View file

@ -37,5 +37,6 @@ bool virtual_pad_handler::bindPadToDevice(std::shared_ptr<Pad> pad)
}
m_bindings.emplace_back(std::move(pad), nullptr, nullptr);
connected_devices++; // ??? FIXME: Why?
return true;
}