From a40bad54d992a9d696afdcfeb6cd2bd1f838ee3b Mon Sep 17 00:00:00 2001 From: LastBattle <4586194+lastbattle@users.noreply.github.com> Date: Thu, 11 Feb 2021 01:45:44 +0800 Subject: [PATCH] [HaRepacker] Fix missing font content when previewing spine animation --- HaSharedLibrary/GUI/SpineAnimationWindow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/HaSharedLibrary/GUI/SpineAnimationWindow.cs b/HaSharedLibrary/GUI/SpineAnimationWindow.cs index 58e6b25c..934e47a2 100644 --- a/HaSharedLibrary/GUI/SpineAnimationWindow.cs +++ b/HaSharedLibrary/GUI/SpineAnimationWindow.cs @@ -56,6 +56,7 @@ public SpineAnimationWindow(WzSpineAnimationItem spineAnimationItem) //Window.Position = new Point(0, 0); Window.Title = "Spine"; IsFixedTimeStep = false; // dont cap fps + Content.RootDirectory = "Content"; graphicsDeviceMgr = new GraphicsDeviceManager(this) {