mirror of https://github.com/CGAL/cgal
Fix reading of 0#red
This commit is contained in:
parent
493f034fda
commit
e76cc00c4f
|
|
@ -941,6 +941,11 @@ public:
|
|||
if(color_info.at(c) == '.')
|
||||
{
|
||||
is_float = true;
|
||||
// break;
|
||||
}
|
||||
if(color_info.at(c) == '#')
|
||||
{
|
||||
color_info.resize(c);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue