File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
com.unity.render-pipelines.core/Editor/Debugging
com.unity.render-pipelines.high-definition Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ public sealed class DebugUIDrawerHistoryEnumField : DebugUIDrawer
294294 public override bool OnGUI ( DebugUI . Widget widget , DebugState state )
295295 {
296296 var w = Cast < DebugUI . HistoryEnumField > ( widget ) ;
297- var s = Cast < DebugStateInt > ( state ) ;
297+ var s = Cast < DebugStateEnum > ( state ) ;
298298
299299 if ( w . indexes == null )
300300 w . InitIndexes ( ) ;
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4242- Fixed RTGI potentially reading from outside the half res pixels due to missing last pixel during the upscale pass (case 1400310).
4343- Fixed various issues with render graph viewer when entering playmode.
4444- Fixed issue with Final Image Histogram displaying a flat histogram on certain GPUs and APIs.
45+ - Fixed HDRP camera debug panel rendering foldout.
4546
4647## [ 12.1.4] - 2021-12-07
4748
You can’t perform that action at this time.
0 commit comments