Fixed some build errors.

This commit is contained in:
arby
2022-02-17 19:42:50 +01:00
parent 29b7cf2b57
commit 938e57f071
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
class Animator
{
public:
Animator::Animator(Animation* animation)
Animator(Animation* animation)
{
m_CurrentTime = 0.0;
m_CurrentAnimation = animation;