diff options
Diffstat (limited to 'dimension/client.py.in')
-rw-r--r-- | dimension/client.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/client.py.in b/dimension/client.py.in index 2b6b084..5111a9c 100644 --- a/dimension/client.py.in +++ b/dimension/client.py.in @@ -152,7 +152,7 @@ def main(): scene.adc_bailout = float(args.adc_bailout) # Ray-trace the scene - with scene.ray_trace_async() as future: + with scene.render_async() as future: bar = None if not args.quiet: if scene.nthreads == 1: |