Fix copy-paste error

This commit is contained in:
Seth Hillbrand 2023-01-11 20:37:42 -08:00
parent c530bdb5a1
commit d07da51390
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ void LIB_SHAPE::print( const RENDER_SETTINGS* aSettings, const VECTOR2I& aOffset
if( aDimmed )
{
fillColor.Desaturate( );
fillColor = color.Mix( bg, 0.5f );
fillColor = fillColor.Mix( bg, 0.5f );
}
switch( GetShape() )