Update AdvancedTypePopup.cs

This commit is contained in:
mackysoft 2022-03-05 11:50:53 +09:00
parent f4cfd057cc
commit d730a1cdb1

View File

@ -50,7 +50,6 @@ namespace MackySoft.SerializeReferenceExtensions.Editor {
namespaces[k] = splittedTypePath[k]; namespaces[k] = splittedTypePath[k];
} }
else if (ns != splittedTypePath[k]) { else if (ns != splittedTypePath[k]) {
isSingleNamespace = false; isSingleNamespace = false;
break; break;
} }