Răsfoiți Sursa

Update utest.pas

Leandro Diaz 1 an în urmă
părinte
comite
07dfe3cf85
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      test/test_extra/slicescaling_customdrawn_win7/utest.pas

+ 1 - 1
test/test_extra/slicescaling_customdrawn_win7/utest.pas

@@ -209,7 +209,7 @@ procedure TfrmTest.BGRAVirtualScreen1Redraw(Sender: TObject; Bitmap: TBGRABitmap
   end;
   end;
 
 
 begin
 begin
-  //DrawTileBackground(Bitmap, 8);
+  DrawTileBackground(Bitmap, 8);
   //DrawIOSBackground(Bitmap);
   //DrawIOSBackground(Bitmap);
 end;
 end;