[Bf-blender-cvs] [b0572980217] soc-2019-openxr: Revert accidental change in previour commit

Julian Eisel noreply at git.blender.org
Tue Oct 15 17:13:38 CEST 2019


Commit: b05729802170b57d03189ade04e3ad166ac7ed2f
Author: Julian Eisel
Date:   Tue Oct 15 17:12:56 2019 +0200
Branches: soc-2019-openxr
https://developer.blender.org/rBb05729802170b57d03189ade04e3ad166ac7ed2f

Revert accidental change in previour commit

Played around with the color management/transforms but forgot to undo.

===================================================================

M	source/blender/windowmanager/intern/wm_xr.c

===================================================================

diff --git a/source/blender/windowmanager/intern/wm_xr.c b/source/blender/windowmanager/intern/wm_xr.c
index 43e2505de61..ad87e51823d 100644
--- a/source/blender/windowmanager/intern/wm_xr.c
+++ b/source/blender/windowmanager/intern/wm_xr.c
@@ -490,7 +490,7 @@ void wm_xr_draw_view(const GHOST_XrDrawViewInfo *draw_view, void *customdata)
                                   true,
                                   true,
                                   NULL,
-                                  true,
+                                  false,
                                   offscreen,
                                   viewport);



More information about the Bf-blender-cvs mailing list