- missed two things that need to be 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-11 18:19:50 +02:00
commit b4e9c3f20d
3 changed files with 16 additions and 20 deletions

View file

@ -57,8 +57,6 @@ uint32_t Col2RGB8_2[63][256]; // this array's second dimension is called up by p
ColorTable32k RGB32k;
ColorTable256k RGB256k;
FColorMatcher ColorMatcher;
/* Current color blending values */
int BlendR, BlendG, BlendB, BlendA;