PyAPI Docs: Fix example not using keyword parameter

Fixes T92238
This commit is contained in:
Aaron Carlisle
2021-10-15 17:55:21 -04:00
parent 73fbd3eebd
commit 138fdf78ba
2 changed files with 2 additions and 2 deletions

View File

@@ -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)