From 138fdf78ba4c4d691e1ed3a474735b5cffa553b7 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Fri, 15 Oct 2021 17:55:21 -0400 Subject: PyAPI Docs: Fix example not using keyword parameter Fixes T92238 --- doc/python_api/examples/gpu.9.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/python_api/examples/gpu.9.py b/doc/python_api/examples/gpu.9.py index b0400ce7809..318c0a74ceb 100644 --- a/doc/python_api/examples/gpu.9.py +++ b/doc/python_api/examples/gpu.9.py @@ -32,7 +32,7 @@ def draw(): context.region, view_matrix, projection_matrix, - True) + do_color_management=True) gpu.state.depth_mask_set(False) draw_texture_2d(offscreen.texture_color, (10, 10), WIDTH, HEIGHT) -- cgit v1.2.3