Skip to content

Commit

Permalink
Merge pull request #11 from chadefranklin/main
Browse files Browse the repository at this point in the history
Assign result
  • Loading branch information
mackysoft authored Mar 29, 2022
2 parents 28ce93d + 1abb5d7 commit 4b6203b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ TypePopupCache GetTypePopup (SerializedProperty property) {
m_TargetProperty.serializedObject.ApplyModifiedProperties();
};

m_TypePopups.Add(managedReferenceFieldTypename,new TypePopupCache(popup,state));
result = new TypePopupCache(popup, state);
m_TypePopups.Add(managedReferenceFieldTypename, result);
}
return result;
}
Expand Down

0 comments on commit 4b6203b

Please sign in to comment.