[csharp] Minor: fixed whitespace formatting.

This commit is contained in:
Harald Csaszar 2025-06-30 20:52:48 +02:00
parent 8a9fc13a86
commit 559b66d8dc

View File

@ -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);