Commit f610259
fix(mesh2d): replace unwrap by error log in specialize system (#20677)
# Objective
prevent panics talked about in #19064
this a “temporary” fix to get in 0.17, until the above PR is finalized,
and the source problem is fixed.
## Solution
remove the unwrap
## Testing
- anything is better than panic
- been using this patch in my own games for months without any apparent
issue
## Note
please improve the actual error missing if needed, i doubt its perfect
---------
Co-authored-by: Alice Cecile <[email protected]>1 parent 69745d4 commit f610259
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
741 | 744 | | |
742 | 745 | | |
743 | 746 | | |
| |||
0 commit comments