Commit 468d130
committed
fix(m2): remove redundant version check in chunked parse
Fixed clippy error 'if_same_then_else' by removing redundant
version check that was checking same condition as flag check.
The USE_TEXTURE_COMBINERS flag alone determines whether
texture_combiner_combos field exists, regardless of M2 version.1 parent 092fef0 commit 468d130
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3207 | 3207 | | |
3208 | 3208 | | |
3209 | 3209 | | |
3210 | | - | |
3211 | | - | |
3212 | | - | |
| 3210 | + | |
3213 | 3211 | | |
3214 | 3212 | | |
3215 | 3213 | | |
| |||
0 commit comments