Skip to content

Commit

Permalink
Subcollection initialization added.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimAidley committed Mar 20, 2023
1 parent a8614e1 commit bd0b2a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Scripts/GUI/LoadSketchButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ override protected void OnButtonPressed()
if (resourceFileInfo.Resource is IResourceCollection collection)
{
var sketchSet = new ResourceCollectionSketchSet(collection);
sketchSet.Init();
SketchbookPanel.Instance.PushSketchSet(SketchbookPanel.Instance.SelectedSketchStack, sketchSet);
return;
}
Expand Down

0 comments on commit bd0b2a4

Please sign in to comment.