Assertion failed! (LATEST BUILD) SpritePolygon Creation => pressing right arrow
Microsoft Visual C++ Runtime Library
Assertion failed!
Program: ...-x-master.build\bin\cpp-tests\Debug\cpp-tests.exe File: D:_____EGNX\EGNX_1007\EGNX_1007\en...\CCAutoP...gon.cpp Line: 260
Expression: sv != 0 && sv != 15
For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts
(Press Retry to debug the application - JIT must be enabled)
Abort Retry Ignore
some more hint (changing the resourceSize back to: AppDelegate.cpp: static Size resourceSize(960, 640); <<<<<<<<<<<<<<<<< works!!! static Size resourceSize(1280, 720); <<<<<<<<<<<<<<<<< Assertion failed!
Detected on Windows10
Yes, I have checked the official v4, also have same problem
@halx99 Please remove the label: "needs-confirm"
@halx99 Maybe a hint on the documentation is helpful? => Rect have to be adapt to the 2.0/"ContentScaleFactor()"
Can be closed too (after PR is merged)