Correct erroneous function parameters
commite42a9e6dbe9b00c60764768db0ff4e982660609e
authorPhilip Pavlick <swashdev@pm.me>
Mon, 9 Mar 2020 22:34:01 +0000 (9 17:34 -0500)
committerPhilip Pavlick <swashdev@pm.me>
Mon, 9 Mar 2020 22:34:01 +0000 (9 17:34 -0500)
treea32476d8feb09853eef899f4d25e63bf0568a186
parentdfc67f2c996801c7c30cedf67f4d9e22759fc37f
Correct erroneous function parameters

Somehow I managed to botch up the parameters in `Color.set_sdl_color`
such that sdl_red was declared twice, sdl_blue was declared in the wrong
place, and sdl_green wasn't declared at all.  This commit fixes that.  I
shouldn't code late at night.
src/color.d