I'm using newly-built Thor 2.0 in VS2019 Community.
Yesterday I've encountered a problem, which I sadly cannot resolve myself
I was trying to animate an sf::Sprite, using thor::Animator class, referring to a guide on Bromeon's website under
http://www.bromeon.ch/libraries/thor/tutorials/v2.0/animations.htmlThe problem is, even when copying that code into my VS, it automatically underlines the code red and says I'm missing default constructor (as in attachment 1).
In attachment 2 the code is literally copied.
I'm including <Thor/Animations/Animator.hpp> and overall <Thor/Animations.hpp> and have Thor linked both under release and debug versions, with and without -d respectively.