]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Comment change
authorterencehill <piuntn@gmail.com>
Sun, 5 Feb 2012 19:14:46 +0000 (20:14 +0100)
committerterencehill <piuntn@gmail.com>
Sun, 5 Feb 2012 19:14:46 +0000 (20:14 +0100)
qcsrc/menu/item/image.c

index c7d1ae894198202796f7764f1b1b0e246f2ee78c..c67c9e527f6d5e6f5130fbdb9ce4cf839808e48e 100644 (file)
@@ -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);