From d730a1cdb1612c29e0cb881ae4712dff684dc186 Mon Sep 17 00:00:00 2001 From: mackysoft Date: Sat, 5 Mar 2022 11:50:53 +0900 Subject: [PATCH] Update AdvancedTypePopup.cs --- .../Editor/AdvancedTypePopup.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/AdvancedTypePopup.cs b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/AdvancedTypePopup.cs index 25a8c97..219dc50 100644 --- a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/AdvancedTypePopup.cs +++ b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/AdvancedTypePopup.cs @@ -50,7 +50,6 @@ namespace MackySoft.SerializeReferenceExtensions.Editor { namespaces[k] = splittedTypePath[k]; } else if (ns != splittedTypePath[k]) { - isSingleNamespace = false; break; }