Last fixes for stable version.

This commit is contained in:
meffi@lab313.ru
2014-05-07 17:48:45 +00:00
parent 27d22bec0e
commit 347d12c47a
8 changed files with 281 additions and 258 deletions

View File

@@ -381,9 +381,9 @@ begin
for Y := 1 to ROWS do
for X := 1 to COLS do
begin
ClearCanvas(@Grid^.Canvas, Grid^.CellRect(X - 1, Y - 1));
//ClearCanvas(@Grid^.Canvas, Grid^.CellRect(X - 1, Y - 1));
DrawClutCell(TIM, CLUT_NUM, Grid, X - 1, Y - 1);
end;
end;
end.
end.