Skip to content

Commit

Permalink
#1 Forgot something last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Yisas committed Mar 14, 2017
1 parent 5f0c3a2 commit c9fc895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/AnimatedDog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class AnimatedDog : MonoBehaviour {

public float walkAnimSpeed;

protected void Start()
protected virtual void Start()
{
// Setup added references
m_Animator = GetComponentInChildren<Animator>();
Expand Down

0 comments on commit c9fc895

Please sign in to comment.