even dumber

This commit is contained in:
altalk23 2022-04-11 14:02:53 +03:00
parent 81ca3c9dc6
commit 0811ae92c5

View file

@ -18,7 +18,7 @@ namespace geode::core {
std::cout << "detour index: " << counter << std::endl;
if (counter < Det->size()) {
std::cout << "calling " << (void*)Det->at(counter + 1) << std::endl;
std::cout << "calling " << (void*)Det->at(counter) << std::endl;
Det->at(counter++)(args...);
}