Skip to content

Commit 25c2cbf

Browse files
committed
Update TPSBypass.cpp
1 parent c460ff6 commit 25c2cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hacks/TPSBypass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void updateTPSPatches(bool tpsEnabled)
4848
#endif
4949

5050
#ifdef GEODE_IS_ANDROID64
51-
patches.push_back(Mod::get()->patch(reinterpret_cast<void*>(geode::base::get() + (0x9335c0 - 0x100000)), getBytes<float>(1.0f / tps)).unwrap());
51+
patches.push_back(Mod::get()->patch(reinterpret_cast<void*>(geode::base::get() + (0x9335c0 - 0x100000)), getBytes<double>(1.0f / tps)).unwrap());
5252
#endif
5353

5454
#ifdef GEODE_IS_MACOS

0 commit comments

Comments
 (0)