From ce42bdd61a0f13bdc5480d8518a86f24bc583b94 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 21 Aug 2019 20:26:39 +0200 Subject: [PATCH] remove print lol --- MLEM/Animations/SpriteAnimation.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MLEM/Animations/SpriteAnimation.cs b/MLEM/Animations/SpriteAnimation.cs index 0cb56cf..3cd76b9 100644 --- a/MLEM/Animations/SpriteAnimation.cs +++ b/MLEM/Animations/SpriteAnimation.cs @@ -20,7 +20,6 @@ namespace MLEM.Animations { return frame; } // if we're here then the time is negative for some reason, so just return the first frame - Console.WriteLine("Test"); return this.frames[0]; } }