-
-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
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
Fix url clamp bug #1860
Fix url clamp bug #1860
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1860 +/- ##
=======================================
Coverage 67.02% 67.02%
=======================================
Files 471 471
Lines 23741 23742 +1
Branches 3379 3381 +2
=======================================
+ Hits 15912 15914 +2
- Misses 6625 6630 +5
+ Partials 1204 1198 -6
☔ View full report in Codecov by Sentry. |
* main: fix: material destroy bug (#1864) Fix asset promise (#1867) Set `SpriteMask.sprite` to null after destroying the sprite. (#1866) "v1.1.0-beta.19" Add recursive class and methods (#1865) Fix url clamp bug (#1860) feat: add recursive object parse (#1863) Fix ShaderLab compatible with no varying variable (#1859) Fix ShaderLab umd package compilation and circle reference (#1856) Add unit test case of `ColliderShape` (#1740)
Fix #1653