Fix typo in variable name
authorKahrl <kahrl@gmx.net>
Thu, 28 May 2015 18:47:15 +0000 (20:47 +0200)
committerKahrl <kahrl@gmx.net>
Thu, 28 May 2015 18:47:15 +0000 (20:47 +0200)
src/serverobject.h

index 5873e4ab81bdaa849170b3dfce3e3d0305364383..5de1071d17d5065d2af77ceed8e286abf8b53905 100644 (file)
@@ -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)
        {}