From: terencehill Date: Sun, 5 Feb 2012 19:14:46 +0000 (+0100) Subject: Comment change X-Git-Tag: xonotic-v0.8.0~139^2~1^2~155^2~14 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=14f86dd44b4d5c0e269d16ab3251d068cef60cc6;p=xonotic%2Fxonotic-data.pk3dir.git Comment change --- 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);