fix(render): clip weather particles to walk views
This commit is contained in:
parent
837a33baff
commit
cd08cd2ae8
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue