- #1
FallArk
- 127
- 0
I have run into an if statement as shown below:
if (randoms[(x * 3) + y] % 2)
I don't really understand what this means.
Thank you for helping!
if (randoms[(x * 3) + y] % 2)
I don't really understand what this means.
Thank you for helping!