Skip to content

Commit

Permalink
fixed typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
christing12 committed Aug 31, 2023
1 parent ed09daa commit 6fcfb7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 6fcfb7b

Please sign in to comment.