Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int x = ix;
- int y = iy;
- for (x++; x < w; x++)
- {
- if (res[x, y])
- {
- for (x--; x > ix; x--)
- {
- res[x, y] = true;
- }
- break;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement