mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-06 17:35:14 -05:00
Fix typo in variable name
This commit is contained in:
parent
c0335f7d13
commit
0f15488eae
@ -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)
|
||||
{}
|
||||
|
Loading…
Reference in New Issue
Block a user