From 7b09710392d35fb55b52031d447a542d99fc6b4b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 19 Aug 2014 17:10:03 -0400 Subject: Modularize the libdimension codebase. --- dimension/client.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dimension') 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: -- cgit v1.2.3