Skip to content

Commit a6b441a

Browse files
committed
tcnyc: fix frame limiter
1 parent 41b777b commit a6b441a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/TrueCrimeNewYorkCity.WidescreenFix/Framelimit.ixx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export void InitFrameLimiter()
146146
pattern = hook::pattern("56 8B 35 ? ? ? ? 57 8B 3D ? ? ? ? 8B FF");
147147
injector::MakeJMP(pattern.get_first(), Thread, true);
148148

149-
if (fFpsLimit >= 60.0f)
149+
if (fFpsLimit >= 0.0f)
150150
{
151151
if (nFrameLimitType > 0)
152152
{

0 commit comments

Comments
 (0)