fix android empty string

This commit is contained in:
altalk23 2023-09-15 19:38:15 +03:00
parent dc8e34d8b8
commit 9906a8ff78

View file

@ -6,7 +6,7 @@ namespace gd {
namespace {
static inline auto emptyInternalString() {
return reinterpret_cast<_internal_string*>(
*reinterpret_cast<uintptr_t*>(geode::base::get() + 0x75fb24) + sizeof(_internal_string)
geode::base::get() + 0x75fb24 + sizeof(_internal_string)
);
}
}