summaryrefslogtreecommitdiffstats
path: root/Smoke/fluids.c
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/fluids.c')
-rw-r--r--Smoke/fluids.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Smoke/fluids.c b/Smoke/fluids.c
index 0dc8469..dcf0a08 100644
--- a/Smoke/fluids.c
+++ b/Smoke/fluids.c
@@ -425,6 +425,8 @@ void calculate_one_simulation_step(struct vis_data_arrays *vis_data)
dataset = glyphs_get_dataset_color();
frame = get_frame(vis_data, dataset);
glyphs_set_frame(frame);
+
+ heightplots_set_frame(vis_data->height);
}
//------ VISUALIZATION CODE STARTS HERE -----------------------------------------------------------------