From f4034f9bcf9beea645091a940bd1e0a86921f3fa Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Fri, 14 Aug 2009 19:45:06 +0000 Subject: Moved hitlist selection coloring. --- diff --git a/src/controller/exp004processhits.c b/src/controller/exp004processhits.c index c9ae080..c51e170 100644 --- a/src/controller/exp004processhits.c +++ b/src/controller/exp004processhits.c @@ -24,12 +24,6 @@ exp004processhits (const GLint hits, const GLuint * hitlist) * Add the hits to the selection. */ S.selection.set[*hitlist] = true; - /* - S.base_colors_data[*hitlist][0] = SELECT_COLOR_R; - S.base_colors_data[*hitlist][1] = SELECT_COLOR_G; - S.base_colors_data[*hitlist][2] = SELECT_COLOR_B; - S.base_colors_data[*hitlist][3] = SELECT_COLOR_A; - */ hitlist++; } -- cgit v0.8.3.1-22-g547a