diff --git a/loader/src/platform/android/gdstdlib.cpp b/loader/src/platform/android/gdstdlib.cpp index 2f3484e4..002643f0 100644 --- a/loader/src/platform/android/gdstdlib.cpp +++ b/loader/src/platform/android/gdstdlib.cpp @@ -7,7 +7,7 @@ namespace geode::base { uintptr_t get() { - static uintptr_t base = (reinterpret_cast(&MenuLayer::onQuit) - 0x2f9500) & (~0x1); + static uintptr_t base = (reinterpret_cast(&MenuLayer::scene) - 0x2f9068) & (~0x1); // static uintptr_t base = reinterpret_cast(dlopen("libcocos2dcpp.so", RTLD_NOW)); return base; }