We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It'd be better to defer size constrained operations until play is called (if the image source isn't loaded yet).
The text was updated successfully, but these errors were encountered:
Made SpriteAnimation delay some data calculations if the image source…
b71d5ee
… is not loaded. - Also restricted playing until image source is loaded. #22
Fixed the SpriteAnimation class to only throw if the ImageSource has …
92abcfb
…not set its width and height. #22
ef1e855
54dc387
NTaylorMullen
No branches or pull requests
It'd be better to defer size constrained operations until play is called (if the image source isn't loaded yet).
The text was updated successfully, but these errors were encountered: