Merge remote-tracking branch 'origin/master' into 1.9
This commit is contained in:
@@ -92,7 +92,7 @@ void SceneAnimationPlayer::Pause()
|
||||
if (_state != PlayState::Playing)
|
||||
return;
|
||||
|
||||
if (IsActiveInHierarchy() && _state == PlayState::Playing)
|
||||
if (IsActiveInHierarchy())
|
||||
{
|
||||
UNREGISTER_TICK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user