7
edits
imported>Leoetlino mNo edit summary |
m (Adjust code snippet to be consistent with water.extm size) |
||
Line 58: | Line 58: | ||
<syntaxhighlight lang="c" line="line"> | <syntaxhighlight lang="c" line="line"> | ||
for (int index = 0; index < | for (int index = 0; index < 64 * 64; index++) { | ||
uint x = index % | uint x = index % 64; | ||
uint z = index / | uint z = index / 64; | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> |
edits