Commit 76197a4b authored by Lioncash's avatar Lioncash
Browse files

common/color: Get rid of undefined behavior

Gets rid of type punning via reinterpret_cast within functions. Instead,
we use memcpy to transfer the contents across types.
parent d224eb7c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment