summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.c
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/colormap.c')
-rw-r--r--Smoke/colormap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/colormap.c b/Smoke/colormap.c
index e4a4901..5365183 100644
--- a/Smoke/colormap.c
+++ b/Smoke/colormap.c
@@ -184,13 +184,13 @@ struct color4f colormap_get_color(float value)
return return_value;
}
-void renderer_reset_scaling(void)
+void colormap_reset_scaling(void)
{
colormap_scale_min = 0.0f;
colormap_scale_max = 1.0f;
}
-void renderer_reset_clamping(void)
+void colormap_reset_clamping(void)
{
colormap_clamp_min = 0.0f;
colormap_clamp_max = 1.0f;