1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-20 12:09:10 +02:00

remove print lol

This commit is contained in:
Ellpeck 2019-08-21 20:26:39 +02:00
parent 04b9c9e97c
commit ce42bdd61a

View file

@ -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];
}
}