summaryrefslogtreecommitdiffstats
path: root/Smoke/heightplots.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-20 01:34:35 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-20 01:34:35 (GMT)
commit4aabbced4987d0321827e4ae8bbd2e928205c9ba (patch)
treebad531cdacb7b4ce76e19f467e0c90677654c548 /Smoke/heightplots.c
parentc087310ffc1618cac7d0100b5492794f5d03db20 (diff)
download2iv35-4aabbced4987d0321827e4ae8bbd2e928205c9ba.zip
2iv35-4aabbced4987d0321827e4ae8bbd2e928205c9ba.tar.gz
2iv35-4aabbced4987d0321827e4ae8bbd2e928205c9ba.tar.bz2
moved alpha value constant to each of their own classes;
flowvis now draws copy of frame
Diffstat (limited to 'Smoke/heightplots.c')
-rw-r--r--Smoke/heightplots.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Smoke/heightplots.c b/Smoke/heightplots.c
index 57d9054..fa12a78 100644
--- a/Smoke/heightplots.c
+++ b/Smoke/heightplots.c
@@ -53,6 +53,7 @@ struct color4f heightplots_get_color(float value)
struct color4f return_value;
return_value = set_palette(heightplots_colormap, value, heightplots_num_colors);
+ return_value.a = 1.0f;
return return_value;
}