Skip to content

Commit e54ad09

Browse files
committed
fix wrong getGJLevels21 offsets
1 parent ce361df commit e54ad09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Web.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ static constexpr
4444
GEODE_WINDOWS (Offset<22081, 0x558b70, 0x0>)
4545
GEODE_ARM_MAC (Offset<22081, 0x77d709, 0x0>)
4646
GEODE_INTEL_MAC(Offset<22081, 0x868df0, 0x0>)
47-
GEODE_ANDROID64(Offset<22081, 0xfccf90, 0x0>)
48-
GEODE_ANDROID32(Offset<22081, 0x97c0db, 0x0>)
47+
GEODE_ANDROID64(Offset<22081, 0xeccf90, 0x0>)
48+
GEODE_ANDROID32(Offset<22081, 0x96c0db, 0x0>)
4949
GEODE_IOS (Offset<22081, 0x6b8cc2, 0x0>)
5050
g_urlOffset;
5151

0 commit comments

Comments
 (0)