From e150c0eb0dd86f418b96f8310666df74ffaae8e8 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 14 Aug 2019 19:08:37 +0200 Subject: [PATCH] updeet --- Demos/AnimationDemo.cs | 2 +- MLEM.Ui/MLEM.Ui.csproj | 2 +- MLEM/MLEM.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Demos/AnimationDemo.cs b/Demos/AnimationDemo.cs index 865e8c1..0ac4eb0 100644 --- a/Demos/AnimationDemo.cs +++ b/Demos/AnimationDemo.cs @@ -56,7 +56,7 @@ namespace Demos { this.SpriteBatch.Begin(SpriteSortMode.Deferred, null, SamplerState.PointClamp, transformMatrix: Matrix.CreateScale(10)); // draw the group's current region - // if not using a group, just update the animation's CurrentRegion here + // if not using a group, just draw the animation's CurrentRegion here this.SpriteBatch.Draw(this.group.CurrentRegion, new Vector2(10, 10), Color.White); this.SpriteBatch.End(); diff --git a/MLEM.Ui/MLEM.Ui.csproj b/MLEM.Ui/MLEM.Ui.csproj index c690acc..73c3077 100644 --- a/MLEM.Ui/MLEM.Ui.csproj +++ b/MLEM.Ui/MLEM.Ui.csproj @@ -10,7 +10,7 @@ https://github.com/Ellpeck/MLEM https://github.com/Ellpeck/MLEM https://github.com/Ellpeck/MLEM/blob/master/LICENSE - 1.0.3 + 1.0.4 diff --git a/MLEM/MLEM.csproj b/MLEM/MLEM.csproj index 86a109c..77b6f96 100644 --- a/MLEM/MLEM.csproj +++ b/MLEM/MLEM.csproj @@ -10,7 +10,7 @@ https://github.com/Ellpeck/MLEM https://github.com/Ellpeck/MLEM https://github.com/Ellpeck/MLEM/blob/master/LICENSE - 1.0.15 + 1.0.16