From 5518aaaace192f9d9fea351faab1acd17845e6a5 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Tue, 18 Dec 2007 21:56:17 +0000 Subject: Fixed bug #6711, Retopo problem when maximizing 3d view and still painting Caused by some incorrect usage of the current v3d during updates --- source/blender/src/toets.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/src/toets.c') diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c index 27a39537988..f2c50ffc2a4 100644 --- a/source/blender/src/toets.c +++ b/source/blender/src/toets.c @@ -384,7 +384,6 @@ void persptoetsen(unsigned short event) if(G.vd->depths) G.vd->depths->damaged= 1; retopo_queue_updates(G.vd); - retopo_force_update(); if(preview3d_event) BIF_view3d_previewrender_signal(curarea, PR_DBASE|PR_DISPRECT); -- cgit v1.2.3