author | Don 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) |
commit | f4034f9bcf9beea645091a940bd1e0a86921f3fa (patch) (unidiff) | |
tree | 3522b66b166a26e19abd81e625ce08d76057cb09 | |
parent | f0d3a4564f7dbde5748ede77fcb83f29e01a24b8 (diff) | |
download | exp005-f4034f9bcf9beea645091a940bd1e0a86921f3fa.zip exp005-f4034f9bcf9beea645091a940bd1e0a86921f3fa.tar.gz exp005-f4034f9bcf9beea645091a940bd1e0a86921f3fa.tar.bz2 |
Moved hitlist selection coloring.
-rw-r--r-- | src/controller/exp004processhits.c | 6 |
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) | |||
24 | * Add the hits to the selection. | 24 | * Add the hits to the selection. |
25 | */ | 25 | */ |
26 | S.selection.set[*hitlist] = true; | 26 | S.selection.set[*hitlist] = true; |
27 | /* | ||
28 | S.base_colors_data[*hitlist][0] = SELECT_COLOR_R; | ||
29 | S.base_colors_data[*hitlist][1] = SELECT_COLOR_G; | ||
30 | S.base_colors_data[*hitlist][2] = SELECT_COLOR_B; | ||
31 | S.base_colors_data[*hitlist][3] = SELECT_COLOR_A; | ||
32 | */ | ||
33 | 27 | ||
34 | hitlist++; | 28 | hitlist++; |
35 | } | 29 | } |