Skip to content

Fix non-looping animations not being reset properly in AnimationTreePlayer

Rafał Mikrut requested to merge github/fork/slapin/animation-tree-player into master

Created by: slapin

When AnimationTreePlayer switches to new animation it never seeks it to 0 which leads to problems with non-looping animations being played just once.

This patch is direct approach fixing this problem. It handles most common cases of occurance.

Closes #2199 (closed)

Merge request reports