Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'paste animation frame' without selecting an animation
m_currentAnim was not initiailized until an animation name was selected in the animation list. If it was invalid, copy/paste animation frame would have no affect. Animation mode doesn't require selecting an animation. Now m_currentAnim defaults to the correct animation.
- Loading branch information