[Bf-blender-cvs] [a2d95b2] master: Fix for previous check

Antony Riakiotakis noreply at git.blender.org
Tue Nov 18 12:45:39 CET 2014


Commit: a2d95b2f5a4da258afa46bcb40285a3012ecb2b5
Author: Antony Riakiotakis
Date:   Tue Nov 18 12:45:33 2014 +0100
Branches: master
https://developer.blender.org/rBa2d95b2f5a4da258afa46bcb40285a3012ecb2b5

Fix for previous check

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

M	source/blender/editors/space_view3d/view3d_draw.c

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

diff --git a/source/blender/editors/space_view3d/view3d_draw.c b/source/blender/editors/space_view3d/view3d_draw.c
index e921a43..21329e6 100644
--- a/source/blender/editors/space_view3d/view3d_draw.c
+++ b/source/blender/editors/space_view3d/view3d_draw.c
@@ -1362,7 +1362,7 @@ static void backdrawview3d(Scene *scene, ARegion *ar, View3D *v3d)
 	else
 		glScissor(ar->winrct.xmin, ar->winrct.ymin, BLI_rcti_size_x(&ar->winrct), BLI_rcti_size_y(&ar->winrct));
 
-	glClearColor(0.0, 0.0, 0.0, 0.0); 
+	glClearColor(0.0, 0.0, 0.0, 0.0);
 	if (v3d->zbuf) {
 		glEnable(GL_DEPTH_TEST);
 		glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);




More information about the Bf-blender-cvs mailing list