Another snow crash fix

This commit is contained in:
MysterD 2022-05-04 06:26:40 -07:00
parent f3482aa969
commit 4dbe04e460
1 changed files with 3 additions and 1 deletions

View File

@ -455,7 +455,9 @@ Gfx *envfx_update_snow_internal(s32 snowMode, Vec3s marioPos, Vec3s camFrom, Vec
return NULL;
}
envfx_update_snowflake_count(snowMode, marioPos);
if (!interpolated) {
envfx_update_snowflake_count(snowMode, marioPos);
}
// Note: to and from are inverted here, so the resulting vector goes towards the camera
orbit_from_positions(camTo, camFrom, &radius, &pitch, &yaw);