Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in variable name
  • Loading branch information
kahrl committed May 28, 2015
1 parent c0335f7 commit 0f15488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serverobject.h
Expand Up @@ -153,7 +153,7 @@ class ServerActiveObject : public ActiveObject
{}
virtual void setAnimation(v2f frames, float frame_speed, float frame_blend)
{}
virtual void getAnimation(v2f *frames, float *frame_spee, float *frame_blend)
virtual void getAnimation(v2f *frames, float *frame_speed, float *frame_blend)
{}
virtual void setBonePosition(const std::string &bone, v3f position, v3f rotation)
{}
Expand Down

0 comments on commit 0f15488

Please sign in to comment.