Water.extm: Difference between revisions

Jump to navigation Jump to search
m
Adjust code snippet to be consistent with water.extm size
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 < 256 * 256; index++) {
for (int index = 0; index < 64 * 64; index++) {
     uint x = index % 256;
     uint x = index % 64;
     uint z = index / 256;
     uint z = index / 64;
}
}
</syntaxhighlight>
</syntaxhighlight>
7

edits

Navigation menu