summaryrefslogtreecommitdiffstats
path: root/Smoke/streamlines.c
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/streamlines.c')
-rw-r--r--Smoke/streamlines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/streamlines.c b/Smoke/streamlines.c
index 1edfe7d..e28be9f 100644
--- a/Smoke/streamlines.c
+++ b/Smoke/streamlines.c
@@ -15,7 +15,7 @@
static int streamlines_render = FALSE;
static int streamlines_num_colors = PALETTE_MAXCOLORS;
-static int streamlines_colormap = PALETTE_BLACKWHITE;
+static int streamlines_colormap = PALETTE_RAINBOW;
static int streamlines_dataset = DATASET_RHO;
static float streamlines_alpha = 1.0f;
static int streamlines_sort = STREAMLINES_SORT_LINES;