Advertisement
xxeell

Untitled

May 8th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1.             for (x++; x < w; x++)
  2.             {
  3.                 if (res[x, y])
  4.                 {
  5.                     for (x--; x > ix; x--)
  6.                     {
  7.                         res[x, y] = true;
  8.                     }
  9.                     break;
  10.                 }
  11.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement