Changed TickSpeed to improve accuracy

This commit is contained in:
MattNL
2022-08-27 03:23:14 -04:00
parent e4b9f3c6b3
commit e674d2fea3

View File

@@ -225,7 +225,7 @@ namespace PckStudio.Forms.Editor
sealed class AnimationPlayer
{
public const int BaseTickSpeed = 24;
public const int BaseTickSpeed = 48;
public bool IsPlaying { get; private set; } = false;
private int currentAnimationFrameIndex = 0;