Fix for alpha values

This commit is contained in:
Maxime Gimeno 2016-04-27 12:28:11 +02:00
parent b8ecd34eb5
commit 3dfa4cb2c4
1 changed files with 2 additions and 0 deletions

View File

@ -570,6 +570,8 @@ public:
else
rgb[index] = static_cast<unsigned char>(atoi(color_info.c_str()));
index++;
if(index == 3)
break;
}
CGAL::Color color;
//if there were only one number, fetch the color in the color map