mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-02 04:37:54 +08:00
Fixed some build errors.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
class Animator
|
||||
{
|
||||
public:
|
||||
Animator::Animator(Animation* animation)
|
||||
Animator(Animation* animation)
|
||||
{
|
||||
m_CurrentTime = 0.0;
|
||||
m_CurrentAnimation = animation;
|
||||
|
||||
Reference in New Issue
Block a user