diff options
author | Kahrl <kahrl@gmx.net> | 2015-05-28 20:47:15 +0200 |
---|---|---|
committer | Kahrl <kahrl@gmx.net> | 2015-05-28 20:47:15 +0200 |
commit | 0f15488eae058bfb2143f837b179a6631286192c (patch) | |
tree | 94ec3a778981f9ee6bbba9c82e7ef41719e81a3f | |
parent | c0335f7d13ee46c6a46d0ceebea96960439ec9fd (diff) | |
download | minetest-0f15488eae058bfb2143f837b179a6631286192c.tar.gz minetest-0f15488eae058bfb2143f837b179a6631286192c.tar.bz2 minetest-0f15488eae058bfb2143f837b179a6631286192c.zip |
Fix typo in variable name
-rw-r--r-- | src/serverobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serverobject.h b/src/serverobject.h index 5873e4ab8..5de1071d1 100644 --- a/src/serverobject.h +++ b/src/serverobject.h @@ -153,7 +153,7 @@ public: {} 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) {} |