File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -616,9 +616,9 @@ void InitializeSceneList()
616
616
617
617
onRemoveCallback = ( list ) =>
618
618
{
619
+ var guid = ( string ) list . list [ list . index ] ;
620
+ activeSet . RemoveScene ( guid ) ;
619
621
Undo . RegisterCompleteObjectUndo ( new Object [ ] { activeSet } , "Deleted scene in baking set" ) ;
620
-
621
- ReorderableList . defaultBehaviours . DoRemoveButton ( list ) ;
622
622
EditorUtility . SetDirty ( activeSet ) ;
623
623
} ,
624
624
@@ -1191,7 +1191,7 @@ bool IsVisible()
1191
1191
EnableGroupBox ( probeDistanceGroupBox , debug . drawBricks ) ;
1192
1192
EnableGroupBox ( probeSamplingGroupBox , debug . drawProbeSamplingDebug ) ;
1193
1193
EnableTextArea ( vertexSamplingWarning , ProbeReferenceVolume . instance . vertexSampling ) ;
1194
-
1194
+
1195
1195
if ( debugLayers && m_LayerToggles != null )
1196
1196
{
1197
1197
if ( bakingSet . bakedMaskCount != 1 )
You can’t perform that action at this time.
0 commit comments