We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c460ff6 commit 25c2cbfCopy full SHA for 25c2cbf
src/Hacks/TPSBypass.cpp
@@ -48,7 +48,7 @@ void updateTPSPatches(bool tpsEnabled)
48
#endif
49
50
#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());
+ patches.push_back(Mod::get()->patch(reinterpret_cast<void*>(geode::base::get() + (0x9335c0 - 0x100000)), getBytes<double>(1.0f / tps)).unwrap());
52
53
54
#ifdef GEODE_IS_MACOS
0 commit comments