mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-25 07:25:47 +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
|
||||
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
|
||||
|
||||
cd game
|
||||
RUST_BACKTRACE=1 ./game
|
||||
RUST_BACKTRACE=1 ./game --rng_seed=42
|
||||
|
Loading…
Reference in New Issue
Block a user