Skip to content

Commit 9435168

Browse files
authored
Update Kernel.cs
Forgot that
1 parent 7cf1266 commit 9435168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Kernels/GraphicTest/Kernel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private void DoTest(Canvas aCanvas)
118118
aCanvas.DrawImage(bitmap, new Point(0, 0));
119119
aCanvas.DrawImage(bitmap2, new Point(200, 0));
120120
//Scale Bitmap
121-
aCanvas.DrawScaledImage(bitmap,0,0,50,50);
121+
aCanvas.DrawImage(bitmap,0,0,50,50);
122122

123123
aCanvas.DrawImageAlpha(bitmap3, new Point(0, 300));
124124

0 commit comments

Comments
 (0)