mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-28 16:11:35 +00:00
Fix uninitialize variable warning
This commit is contained in:
parent
e0a20e5385
commit
7080d0fa83
@ -33,7 +33,7 @@ Hsv::Hsv(const Rgb& rgb)
|
||||
int m = rgb.minComponent();
|
||||
int c = M - m;
|
||||
double chroma = double(c) / 255.0;
|
||||
double hue_prime;
|
||||
double hue_prime = 0.0;
|
||||
double h, s, v;
|
||||
double r, g, b;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user