summaryrefslogtreecommitdiff
path: root/src/serverobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serverobject.h')
-rw-r--r--src/serverobject.h2
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)
{}