提交 3407ce1f 编写于 作者: J Jason Simmons

Reset all animator state when restarting a paused animator

Fixes #1499
上级 ec92d0c3
......@@ -63,7 +63,7 @@ void Animator::Stop() {
}
void Animator::Start() {
paused_ = false;
Reset();
RequestFrame();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册