Fix blur scale in mDoGph_gInf_c::bloom_c::draw2

This commit is contained in:
Luke Street
2026-04-18 13:08:14 -06:00
parent 1c8bb1206e
commit 7b8f9c6f46
+1 -1
View File
@@ -1463,7 +1463,7 @@ void mDoGph_gInf_c::bloom_c::draw2() {
GXTexObj* texPass0 = divCopyTex(Pass0, 2);
GXLoadTexObj(texPass0, GX_TEXMAP0);
f32 blurScale = mBlureSize * ((448.0f / getHeight()) / 6400.0f);
f32 blurScale = mBlureSize * ((448.0f / height) / 6400.0f);
// Setup blur filter TEV.
GXSetNumTexGens(8);