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
commit 4b6203b9d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,8 @@ namespace MackySoft.SerializeReferenceExtensions.Editor {
m_TargetProperty.serializedObject.ApplyModifiedProperties();
};
m_TypePopups.Add(managedReferenceFieldTypename,new TypePopupCache(popup,state));
result = new TypePopupCache(popup, state);
m_TypePopups.Add(managedReferenceFieldTypename, result);
}
return result;
}