From 14f86dd44b4d5c0e269d16ab3251d068cef60cc6 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 5 Feb 2012 20:14:46 +0100 Subject: [PATCH] Comment change --- qcsrc/menu/item/image.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qcsrc/menu/item/image.c b/qcsrc/menu/item/image.c index c7d1ae894..c67c9e527 100644 --- a/qcsrc/menu/item/image.c +++ b/qcsrc/menu/item/image.c @@ -193,9 +193,9 @@ void Image_setZoom(entity me, float z, float atMousePosition) { me.zoomOffset_x = me.start_zoomOffset_x + (me.start_coords_x - 0.5) / me.imgSize_x; me.zoomOffset_y = me.start_zoomOffset_y + (me.start_coords_y - 0.5) / me.imgSize_y; - // updateAspect will reset however zoomOffset to '0.5 0.5 0' if with - // this zoomFactor the image will not be zoomed (updateAspect will check - // the new values of imgSize). + // updateAspect will reset zoomOffset to '0.5 0.5 0' if + // with this zoomFactor the image will not be zoomed in + // (updateAspect will check the new values of imgSize). } } me.updateAspect(me); -- 2.39.2