Commit 31fb3883 authored by hybrid's avatar hybrid

Another color method rename fixed.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1595 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 43265770
...@@ -289,7 +289,7 @@ void CGUIColorSelectDialog::buildColorRing( const core::dimension2d<s32> & dim, ...@@ -289,7 +289,7 @@ void CGUIColorSelectDialog::buildColorRing( const core::dimension2d<s32> & dim,
{ {
hsl.Luminance = 0.5f; hsl.Luminance = 0.5f;
hsl.Saturation = 1.f; hsl.Saturation = 1.f;
hsl.settoRGB ( rgb ); hsl.toRGB(rgb);
*dst = rgb.color; *dst = rgb.color;
} }
......
Markdown is supported
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