Skip to content

Commit 4fe5829

Browse files
authored
Update imgTI.cs
1 parent 32d59cf commit 4fe5829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imgTI.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static void Main(string[] args)
8686
myBitmap = ScaleBitmap(myBitmap, 132/2, 100/2);
8787
int r, g, b, outY;
8888

89-
int Xmax = 132/2;
89+
int Xmax = 132*2;
9090
int Ymax = 100/2;
9191

9292

@@ -99,7 +99,7 @@ public static void Main(string[] args)
9999
"+Ymax.ToString()+@"→Ymax
100100
2→Ygrad
101101
1→Xrés
102-
0.5→X
102+
0.25→X
103103
1→PasTrace";
104104

105105
for (int y = 0; y < myBitmap.Height; y++) {

0 commit comments

Comments
 (0)