We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fc4a9 commit 0542ab8Copy full SHA for 0542ab8
loader/include/Geode/loader/Event.hpp
@@ -954,7 +954,7 @@ namespace comm {
954
if (m_filter.has_value()) {
955
auto filterCopy = *m_filter;
956
auto ret = std::apply([&](auto&&... fargs) {
957
- return Event1Type(std::move(fargs)...).send(std::forward<PArgs>(args)...);
+ return Event1Type(std::move(fargs)...).send(args...);
958
}, std::move(filterCopy));
959
if (ret) return true;
960
0 commit comments