From 86950b4d2a4358148aa6eb64aa74363b0ed80620 Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 13 Jan 2012 00:29:01 +0100 Subject: [PATCH] FBO scale are float. --- general.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general.h b/general.h index b325f2e6b9..6d8a4b2683 100644 --- a/general.h +++ b/general.h @@ -100,8 +100,8 @@ struct settings float refresh_rate; bool render_to_texture; - double fbo_scale_x; - double fbo_scale_y; + float fbo_scale_x; + float fbo_scale_y; char second_pass_shader[PATH_MAX]; bool second_pass_smooth; char shader_dir[PATH_MAX];