mbastiek

Results 1 issues of mbastiek

Hi! Related to https://github.com/lolp1/Overlay.NET/issues/20 I had to change in Direct2DRenderer.cs public int CreateBrush from new RawColor4((color >> 16) & 255L, (color >> 8) & 255L, (byte) color & 255L, (color...