mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-07 07:45:53 +08:00
Update source to v6.8.18240.20051
Previous source was actually for 6.1...
This commit is contained in:
@@ -199,10 +199,13 @@ int ON_WindowsBitmapHelper_PaletteColorCount( int bmiHeader_biClrUsed, int bmiHe
|
||||
{
|
||||
case 1:
|
||||
color_count = 2;
|
||||
break;
|
||||
case 4:
|
||||
color_count = 16;
|
||||
break;
|
||||
case 8:
|
||||
color_count = 256;
|
||||
break;
|
||||
default:
|
||||
color_count = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user