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
When i use
cc.director.setContentScaleFactor(2);
Then run "Scale9Sprite from sprite sheet" test, you will see image not correct
The text was updated successfully, but these errors were encountered:
@Yehsam23
I added cc.director.setContentScaleFactor(2); in js-tests/main.js and I can't find any issues with the "Scale9Sprite from sprite sheet" test.
Could you provide more info?
What's wrong with the test case?
Sorry, something went wrong.
main.js cc.director.setContentScaleFactor(2);
CCConfig.js cc.IS_RETINA_DISPLAY_SUPPORTED = 1
@Yehsam23 Please help to test the PR, thanks.
@zilongshanren It's fix this issue.
Thanks a lot
No branches or pull requests
When i use
cc.director.setContentScaleFactor(2);
Then run "Scale9Sprite from sprite sheet" test, you will see image not correct
The text was updated successfully, but these errors were encountered: