+ corrected name
This commit is contained in:
parent
5890f17df3
commit
f423a39bae
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ public:
|
|||
if (a < InsertPolicy::MIN_ALPHA || colors_ == 0)
|
||||
return 0;
|
||||
if (colors_ == 1)
|
||||
return pal_remap_[has_hole_?1:0];
|
||||
return pal_remap_[has_holes_?1:0];
|
||||
|
||||
rgba_hash_table::iterator it = color_hashmap_.find(c);
|
||||
if (it == color_hashmap_.end())
|
||||
|
|
Loading…
Add table
Reference in a new issue