summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index b4f91b802f..09083da41b 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -44,7 +44,7 @@ struct scaler_config {
float radius;
float antiring;
float cutoff;
- int clamp;
+ float clamp;
};
struct scaler {