SortKey.m_Blend
#2698
Replies: 1 comment 1 reply
-
Line you picked, have comment above: Lines 2402 to 2403 in 946852c |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
m_key.m_blend = "\x0\x2\x2\x3\x3\x2\x3\x2\x3\x2\x2\x2\x2\x2\x2\x2\x2\x2\x2"[( (blend)&0xf) + (!!blend)] + !!alphaRef;
what does this magic table means?
Beta Was this translation helpful? Give feedback.
All reactions