Skip to content

Commit

Permalink
To info box (#5879)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoC-unity committed Oct 4, 2021
1 parent f678430 commit 6c2435b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ static void Drawer_SectionProbeVolume(SerializedHDRenderPipelineAsset serialized
}
else
{
EditorGUILayout.HelpBox("The probe volumes feature is disabled. The feature needs to be enabled in the HDRP Global Settings.", MessageType.Warning, wide: true);
EditorGUILayout.HelpBox("The probe volumes feature is disabled. The feature needs to be enabled in the HDRP Global Settings.", MessageType.Info, wide: true);
}
}

Expand Down

0 comments on commit 6c2435b

Please sign in to comment.