From a8f982ad2bd33fe076103688ab8011b8e9e19b4f Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 14 Jan 2011 01:50:54 +0000 Subject: [PATCH] - rollback last change since now we know what the problem is --- source/glest_game/graphics/renderer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/glest_game/graphics/renderer.cpp b/source/glest_game/graphics/renderer.cpp index b20e88c4..340b18a0 100644 --- a/source/glest_game/graphics/renderer.cpp +++ b/source/glest_game/graphics/renderer.cpp @@ -3066,8 +3066,6 @@ void Renderer::computeSelected( Selection::UnitContainer &units, if(w<1) w=1; if(h<1) h=1; - //recalculate visibleQuad ( lets see if this fixes the false selection ) - computeVisibleQuad(); //setup matrices glSelectBuffer(Gui::maxSelBuff, selectBuffer); glMatrixMode(GL_PROJECTION);