From 20b8402e76ceb0741098b30660391bcccddeae5b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 12 Dec 2010 15:32:55 -0800 Subject: SPOT for image size --- src/render.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/render.c b/src/render.c index 60ca78d6..daf0551a 100644 --- a/src/render.c +++ b/src/render.c @@ -208,8 +208,8 @@ float *render_get_image_binned(DisplayWindow *dw, int binning, float *max) } - data = render_bin(dw->image->data, hdfile_get_width(dw->hdfile), - hdfile_get_height(dw->hdfile), binning, max); + data = render_bin(dw->image->data, dw->image->width, dw->image->height, + binning, max); return data; } -- cgit v1.2.3