Merge pull request #11 from chadefranklin/main

Assign result
This commit is contained in:
Makihiro
2022-03-29 19:43:24 +09:00
committed by GitHub
@@ -81,7 +81,8 @@ namespace MackySoft.SerializeReferenceExtensions.Editor {
m_TargetProperty.serializedObject.ApplyModifiedProperties(); m_TargetProperty.serializedObject.ApplyModifiedProperties();
}; };
m_TypePopups.Add(managedReferenceFieldTypename,new TypePopupCache(popup,state)); result = new TypePopupCache(popup, state);
m_TypePopups.Add(managedReferenceFieldTypename, result);
} }
return result; return result;
} }