From 6fcfb7b8a1bfb102f7f8a597fc22712a84a8df2b Mon Sep 17 00:00:00 2001 From: Chris Ting Date: Thu, 31 Aug 2023 09:51:27 -0700 Subject: [PATCH] fixed typo error --- .../PostProcessing/Editor/Effects/AutoExposureEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.postprocessing/PostProcessing/Editor/Effects/AutoExposureEditor.cs b/com.unity.postprocessing/PostProcessing/Editor/Effects/AutoExposureEditor.cs index 6a45c9b783d..ae2e1bd8928 100644 --- a/com.unity.postprocessing/PostProcessing/Editor/Effects/AutoExposureEditor.cs +++ b/com.unity.postprocessing/PostProcessing/Editor/Effects/AutoExposureEditor.cs @@ -37,7 +37,7 @@ public override void OnInspectorGUI() } else if (EditorUtilities.isTargetingWebGL) { - EditorGUILayout.HelpBox("Auto exposure requires compute shader support (WebGPU) when running on WebGL.", MessageType.Warning); + EditorGUILayout.HelpBox("Auto exposure requires compute shader support (WebGPU) when running on Web.", MessageType.Warning); } else if (EditorUtilities.isTargetingAndroid) {