summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/controller/clear_selection.sqc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/clear_selection.sqc b/src/controller/clear_selection.sqc
index f43534c..4549c22 100644
--- a/src/controller/clear_selection.sqc
+++ b/src/controller/clear_selection.sqc
@@ -26,7 +26,7 @@ clear_selection (void)
26 for (unsigned int i = 0; i < S.rows; i++)26 for (unsigned int i = 0; i < S.rows; i++)
27 {27 {
28 S.selection.set[i] = false;28 S.selection.set[i] = false;
29 float* c = S.base_colors_data + (i * 4);29 float *c = S.base_colors_data + (i * 4);
30 *c = DEFAULT_COLOR_R;30 *c = DEFAULT_COLOR_R;
31 c++;31 c++;
32 *c = DEFAULT_COLOR_G;32 *c = DEFAULT_COLOR_G;

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.