From 7892bff6be042b1b492e20d269511537007366c2 Mon Sep 17 00:00:00 2001 From: Recrown Date: Sun, 27 Jan 2019 18:31:19 -0600 Subject: [PATCH] fixed issue with skin being null. --- RecrownedAthenaeum/UI/BookSystem/Book.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/RecrownedAthenaeum/UI/BookSystem/Book.cs b/RecrownedAthenaeum/UI/BookSystem/Book.cs index f6bc04c..b76e766 100644 --- a/RecrownedAthenaeum/UI/BookSystem/Book.cs +++ b/RecrownedAthenaeum/UI/BookSystem/Book.cs @@ -28,6 +28,7 @@ namespace RecrownedAthenaeum.UI.BookSystem public Book(ContentManagerController assets, ISkin skin) { this.assets = assets; + this.skin = skin; } ///