Skip to content

Commit

Permalink
Fix motion blur option
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIndra55 committed Mar 21, 2024
1 parent bb5ed13 commit 472cbce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/Patches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ static void RenderG2_MotionBlur(int blur, int time, int timeout)
if (s_patches->IsNoMotionBlur())
{
s_RenderG2_MotionBlur(0, 0, 0);

return;
}

s_RenderG2_MotionBlur(blur, time, timeout);
Expand Down

0 comments on commit 472cbce

Please sign in to comment.