summaryrefslogtreecommitdiffstats
authorDon Pellegrino <don@coffee.donpellegrino.com>2009-08-14 19:45:06 (GMT)
committer Don Pellegrino <don@coffee.donpellegrino.com>2009-08-14 19:45:06 (GMT)
commitf4034f9bcf9beea645091a940bd1e0a86921f3fa (patch) (side-by-side diff)
tree3522b66b166a26e19abd81e625ce08d76057cb09
parentf0d3a4564f7dbde5748ede77fcb83f29e01a24b8 (diff)
downloadexp005-f4034f9bcf9beea645091a940bd1e0a86921f3fa.zip
exp005-f4034f9bcf9beea645091a940bd1e0a86921f3fa.tar.gz
exp005-f4034f9bcf9beea645091a940bd1e0a86921f3fa.tar.bz2
Moved hitlist selection coloring.
-rw-r--r--src/controller/exp004processhits.c6
1 files changed, 0 insertions, 6 deletions
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++;
}

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.