Skip to content

Commit 5a6a11b

Browse files
authored
Merge pull request #1092 from PlayEveryWare/fix/dont-show-unavailable-platforms
chore: Default to not show unavailable platforms in `EOSSettingsWindow`.
2 parents 8bcbb13 + 0a30713 commit 5a6a11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/Source/Editor/EditorWindows/EOSSettingsWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
// Uncomment the following line to see all platforms, even ones that are not
2424
// available
25-
#define DEBUG_SHOW_UNAVAILABLE_PLATFORMS
25+
//#define DEBUG_SHOW_UNAVAILABLE_PLATFORMS
2626

2727
#if !EOS_DISABLE
2828

0 commit comments

Comments
 (0)