1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-01-05 18:58:07 -05:00

Finder: CTS 2 fix.

This commit is contained in:
Merlijn Wajer 2011-07-06 21:34:03 +02:00
parent cda571dcb0
commit 79021409d0

View File

@ -449,6 +449,7 @@ begin
PCTS2Info(Result)^.L);
PCTS2Info(Result)^.hueMod := Tol * hueMod;
PCTS2Info(Result)^.satMod := Tol * satMod;
PCTS2Info(Result)^.Tol := Tol;
end;
end;
end;