[DEBUG] missing a cont on colorf constructor
This commit is contained in:
parent
0f43afbed2
commit
bf7295f49b
@ -54,7 +54,7 @@ namespace draw {
|
||||
b = _b;
|
||||
a = _a;
|
||||
}
|
||||
Colorf(draw::Color& _input)
|
||||
Colorf(const draw::Color& _input)
|
||||
{
|
||||
r = (float)_input.r / 255.0;
|
||||
g = (float)_input.g / 255.0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user