fix(render): clip weather particles to walk views

This commit is contained in:
Erik 2026-08-31 05:01:00 +02:00
parent 837a33baff
commit cd08cd2ae8
2 changed files with 5 additions and 3 deletions

View file

@ -458,7 +458,8 @@ internal sealed partial class RetailPViewPassExecutor :
_particleRenderer.Draw(
frame.Camera,
frame.CameraWorldPosition,
ParticleRenderPass.SkyPostScene);
ParticleRenderPass.SkyPostScene,
clipSlot: checked((uint)slice.Slot));
}
}
else