Fix random seed print
parent
b2b9b9dee1
commit
b3bff8c7fd
|
@ -31,7 +31,7 @@ int main(int argc, char** argv) {
|
|||
zpl_random rnd={0};
|
||||
zpl_random_init(&rnd);
|
||||
seed = zpl_random_gen_u32(&rnd);
|
||||
zpl_printf("Seed: %lld\n", seed);
|
||||
zpl_printf("Seed: %u\n", seed);
|
||||
}
|
||||
|
||||
if (zpl_opts_has_arg(&opts, "preview-map")) {
|
||||
|
|
Loading…
Reference in New Issue