forked from Mirrorlandia_minetest/minetest
Start sprite animation at the beginning (#11509)
When setting a sprite animation, do not keep the last animation's frame number. Setting a new animation should start the animation at the start of the new animation.
This commit is contained in:
parent
4419e311a9
commit
328d949225
@ -1722,6 +1722,7 @@ void GenericCAO::processMessage(const std::string &data)
|
|||||||
|
|
||||||
m_tx_basepos = p;
|
m_tx_basepos = p;
|
||||||
m_anim_num_frames = num_frames;
|
m_anim_num_frames = num_frames;
|
||||||
|
m_anim_frame = 0;
|
||||||
m_anim_framelength = framelength;
|
m_anim_framelength = framelength;
|
||||||
m_tx_select_horiz_by_yawpitch = select_horiz_by_yawpitch;
|
m_tx_select_horiz_by_yawpitch = select_horiz_by_yawpitch;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user