summaryrefslogtreecommitdiffstats
path: root/Smoke/renderer_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/renderer_gl.c')
-rw-r--r--Smoke/renderer_gl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/renderer_gl.c b/Smoke/renderer_gl.c
index ac10bf7..c8e6274 100644
--- a/Smoke/renderer_gl.c
+++ b/Smoke/renderer_gl.c
@@ -778,7 +778,7 @@ static void render_streamlines(void)
for (j = 0; j < HISTORY_SIZE; j++)
{
- frame_history = streamlines_get_history(j);
+ frame_history = flowvis_get_history(j);
cell_x = (fftw_real)winWidth / (fftw_real)(DIM + 1); // Grid cell width
cell_y = (fftw_real)winHeight / (fftw_real)(DIM + 1); // Grid cell heigh
@@ -809,7 +809,7 @@ static void render_flowvis(void)
wn = (fftw_real)winWidth / (fftw_real)(DIM + 1); // Grid cell width
hn = (fftw_real)winHeight / (fftw_real)(DIM + 1); // Grid cell height
- history = streamlines_get_history(streamlines_get_hisdex());
+ history = flowvis_get_history(flowvis_get_hisdex());
if (flowvis_get_alpha() < 1.0f)
{