mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-26 07:52:05 +03:00
fix the rng for releases, so the prebaked baseline results match
This commit is contained in:
parent
aa4a002fb4
commit
1422554d74
@ -1,3 +1,3 @@
|
|||||||
cd game
|
cd game
|
||||||
set RUST_BACKTRACE=1
|
set RUST_BACKTRACE=1
|
||||||
game.exe 1> ..\\output.txt 2>&1
|
game.exe --rng_seed=42 1> ..\\output.txt 2>&1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd game
|
cd game
|
||||||
RUST_BACKTRACE=1 ./game
|
RUST_BACKTRACE=1 ./game --rng_seed=42
|
||||||
|
Loading…
Reference in New Issue
Block a user