Skip to content

Commit

Permalink
[HaRepacker] Fix missing font content when previewing spine animation
Browse files Browse the repository at this point in the history
  • Loading branch information
lastbattle committed Feb 10, 2021
1 parent 72d3479 commit a40bad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HaSharedLibrary/GUI/SpineAnimationWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit a40bad5

Please sign in to comment.