scripts/python/performance_replay.py: force replay of view and window size.
For performance replay, we need to ensure that replaying recordings will replay changes to the view and main window size, if they are present in the recording. [Replay of these changes can be disabled in the "File/Flight Recorder Control" dialogue.]
This commit is contained in:
parent
50a4d86961
commit
b5e3c08255
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ if __name__ == '__main__':
|
|||
f' --load-tape={tape}'
|
||||
f' --timeofday=noon'
|
||||
f' --prop:bool:/sim/replay/log-frame-times=true'
|
||||
f' --prop:bool:/sim/replay/replay-main-view=true'
|
||||
f' --prop:bool:/sim/replay/replay-main-window-size=true'
|
||||
f' --prop:bool:/sim/replay/looped=false'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue