Skip to content

Commit 4ab624d

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

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
@@ -157,7 +157,7 @@ PPC_FUNC(sub_82B4DB48)
157157
{
158158
if (Config::DisableBoostFilter && strcmp((const char*)(base + ctx.r4.u32), "boost") == 0)
159159
{
160-
ctx.f1.f64 = 0.0f;
160+
ctx.f1.f64 = 0.0;
161161
}
162162

163163
__imp__sub_82B4DB48(ctx, base);

0 commit comments

Comments
 (0)