🔇 Remove debug log
This commit is contained in:
parent
7a67e62398
commit
cd983844fa
|
@ -370,7 +370,7 @@ var
|
||||||
s: string;
|
s: string;
|
||||||
i, id, col, r, g, b: Integer;
|
i, id, col, r, g, b: Integer;
|
||||||
begin
|
begin
|
||||||
writeln('Loading Colors from ', AFileName); //TODO
|
//writeln('Loading Colors from ', AFileName); //TODO
|
||||||
for i := 1 to ColorsCount do begin
|
for i := 1 to ColorsCount do begin
|
||||||
FLightColors[i].R := 1.0;
|
FLightColors[i].R := 1.0;
|
||||||
FLightColors[i].G := 1.0;
|
FLightColors[i].G := 1.0;
|
||||||
|
|
Loading…
Reference in New Issue