Set default to GL to fix screenshot issues.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s
This commit is contained in:
parent
d666e3e80e
commit
f5554b818f
3 changed files with 6 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ proc save_flight_screenshot {{prefix_id 0}} {
|
|||
} else {
|
||||
set file_prefix "$save_flight_prefix$save_flight_seperator"
|
||||
}
|
||||
after time 1 "screenshot -prefix $file_prefix"
|
||||
screenshot -prefix $file_prefix
|
||||
return "Flight screenshot saved"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue