sprites: Just convert the enum to an integer directly
No match needed, for simple enums one can just convert them to their integer discriminant with `as <int-type>`.
Please register or sign in to comment
No match needed, for simple enums one can just convert them to their integer discriminant with `as <int-type>`.