Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Update EditorBuildTarget enum label (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
FejZa authored Apr 23, 2020
1 parent c092535 commit 06e6c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Inspectors/PropertyDrawers/PlatformEntryPropertyDrawer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class PlatformEntryPropertyDrawer : PropertyDrawer
private static readonly GUIContent EverythingContent = new GUIContent(Everything);
private static readonly GUIContent EditorOnlyContent = new GUIContent("Editor Only");
private static readonly GUIContent RuntimePlatformContent = new GUIContent("Runtime Platforms");
private static readonly GUIContent EditorBuildTargetContent = new GUIContent("Editor Build Target");
private static readonly GUIContent EditorBuildTargetContent = new GUIContent("Editor + Build Target");

private static readonly int ControlHint = typeof(PlatformEntryPropertyDrawer).GetHashCode();

Expand Down

0 comments on commit 06e6c43

Please sign in to comment.