mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
even dumber
This commit is contained in:
parent
81ca3c9dc6
commit
0811ae92c5
1 changed files with 1 additions and 1 deletions
|
@ -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...);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue