What are the possible values for render_on_undo in launch.json?
Hi @DevoDog,
The possible values for render_on_undo
in launch.json
are "round"
and ""
:
"round"
option forces a render every round during undoing.""
option means that rendering will not occur during undoing.This feature is intended for cases where players may not realize they are already in the process of undoing, but it might be removed in the future.