From 559b66d8dc44f0e53e982a9abcd8bf0c0f595627 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Mon, 30 Jun 2025 20:52:48 +0200 Subject: [PATCH] [csharp] Minor: fixed whitespace formatting. --- spine-monogame/spine-monogame-example/ExampleGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-monogame/spine-monogame-example/ExampleGame.cs b/spine-monogame/spine-monogame-example/ExampleGame.cs index 623cc53d8..beae27dc7 100644 --- a/spine-monogame/spine-monogame-example/ExampleGame.cs +++ b/spine-monogame/spine-monogame-example/ExampleGame.cs @@ -193,7 +193,7 @@ namespace Spine { // Set the "walk" animation on track one and let it loop forever state.SetAnimation(0, "walk", true); - + // Queue another animation after 2 seconds to let Spineboy jump state.AddAnimation(0, "jump", false, 2);