Skip to content

Commit b4b3e7d

Browse files
committed
Fixed "Scenes in Build Settings" always being true
1 parent 0cd6574 commit b4b3e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/AssetUsageDetector/Editor/AssetUsageDetectorWindow.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ private void OnGUI()
321321

322322
if( !EditorApplication.isPlaying )
323323
{
324-
searchInScenesInBuild = EditorGUILayout.ToggleLeft( "Scenes in Build Settings", true );
324+
searchInScenesInBuild = EditorGUILayout.ToggleLeft( "Scenes in Build Settings", searchInScenesInBuild );
325325

326326
if( searchInScenesInBuild )
327327
{

0 commit comments

Comments
 (0)