summaryrefslogtreecommitdiff
path: root/options/dataset_options.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-20 15:05:53 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-20 15:05:53 +0200
commitfce8a69e04876379794d91e7cdc0d74ab8a36c80 (patch)
tree574f5c2de9c5a09df1e08a303d3598458c58246e /options/dataset_options.py
parent2c14047ff0e8143c21d9ebc2a598168ae9f6b6f2 (diff)
live path stuff and dir 2movie
Diffstat (limited to 'options/dataset_options.py')
-rw-r--r--options/dataset_options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py
index 57df872..bffd60c 100644
--- a/options/dataset_options.py
+++ b/options/dataset_options.py
@@ -116,7 +116,7 @@ class DatasetOptions(BaseOptions):
self.parser.add_argument(
'--frame-delay',
type=float,
- default=1.0,
+ default=0.0,
help='delay per render, in seconds. inverse of frame rate'
)