Skip to content

Commit 2309118

Browse files
Revert "Revert "Fix for text of shadow splits being truncated at the bottom (#1822)""
This reverts commit ea8345e.
1 parent 58bf909 commit 2309118

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

com.unity.render-pipelines.high-definition/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8383
- Fixed SSGI compilation issues on PS4.
8484
- Fixed "Screen position out of view frustum" error when camera is on exactly the planar reflection probe plane.
8585
- Workaround issue that caused objects using eye shader to not be rendered on xbox.
86+
- Fixed text in cascades shadow split being truncated.
8687

8788
### Changed
8889
- Preparation pass for RTSSShadows to be supported by render graph.

com.unity.render-pipelines.high-definition/Editor/Lighting/Shadow/ShadowCascadeGUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace UnityEditor
88
static class ShadowCascadeGUI
99
{
1010
private const int kSliderbarTopMargin = 2;
11-
private const int kSliderbarHeight = 24;
11+
private const int kSliderbarHeight = 25;
1212
private const int kSliderbarBottomMargin = 2;
1313
private const int kPartitionHandleWidth = 2;
1414
private const int kPartitionHandleExtraHitAreaWidth = 2;

0 commit comments

Comments
 (0)