Skip to content

Commit d7342fd

Browse files
Update UnleashedRecomp/patches/misc_patches.cpp
Co-authored-by: Skyth (Asilkan) <19259897+blueskythlikesclouds@users.noreply.github.com>
1 parent 78f791e commit d7342fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnleashedRecomp/patches/misc_patches.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ PPC_FUNC(sub_82B4DB48)
167167
{
168168
if (Config::DisableBoostFilter && strcmp((const char*)(base + ctx.r4.u32), "boost") == 0)
169169
{
170-
ctx.f1.f64 = 0.0f;
170+
ctx.f1.f64 = 0.0;
171171
}
172172

173173
__imp__sub_82B4DB48(ctx, base);

0 commit comments

Comments
 (0)