Files
OpenRA/OpenRA.Game/Graphics/CursorManager.cs
RoosterDragon 6eaf51d450 CursorManager avoids use of BitConverter.
Avoid allocating a small temp array via BitConverter.GetBytes, and instead use bitwise ops to isolate the components of the color.
2020-10-20 22:53:32 +02:00

8.2 KiB