Skip to content

BUG: Fixing SetObjectKey m_nextUnsetPos Issue

Robert M. O'Bara requested to merge bob.obara/smtk:FixSetObjectKey into master

When reading in an Attribute Resource from JSON. ReferenceItem::SetObjectValue is called to restore Keys. Unfortunately m_nextUnsetPos was not being properly updated.

This change corrects that.

Merge request reports