In this lecture, we are instructed to draw knight_idle animations twice.
I want to know if we could achieve the same result by initializing knight_idle with {knight} like so:
Texture2D knight_idle{knight};
Would it create any conflicts down the line?