[Bf-blender-cvs] [013d65d] gooseberry: Fix opengl matrix underflow with overdrop

Antony Riakiotakis noreply at git.blender.org
Mon Jun 15 12:50:56 CEST 2015


Commit: 013d65d38c0cccdbf890cc60fc2505ac0d4f51c6
Author: Antony Riakiotakis
Date:   Mon Jun 15 12:50:26 2015 +0200
Branches: gooseberry
https://developer.blender.org/rB013d65d38c0cccdbf890cc60fc2505ac0d4f51c6

Fix opengl matrix underflow with overdrop

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

M	source/blender/editors/space_sequencer/sequencer_draw.c

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

diff --git a/source/blender/editors/space_sequencer/sequencer_draw.c b/source/blender/editors/space_sequencer/sequencer_draw.c
index 4843d0d..713e99f 100644
--- a/source/blender/editors/space_sequencer/sequencer_draw.c
+++ b/source/blender/editors/space_sequencer/sequencer_draw.c
@@ -1385,10 +1385,6 @@ void draw_image_seq(const bContext *C, Scene *scene, ARegion *ar, SpaceSeq *sseq
 	}
 
 	if (draw_overdrop) {
-		glPopMatrix();
-		glMatrixMode(GL_PROJECTION);
-		glPopMatrix();
-		glMatrixMode(GL_MODELVIEW);
 		return;
 	}




More information about the Bf-blender-cvs mailing list