From: terencehill Date: Mon, 6 Feb 2012 22:12:00 +0000 (+0100) Subject: zoomSnapToTheBox disabled by default in the screenshot viewer X-Git-Tag: xonotic-v0.8.0~139^2~1^2~155^2~9 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f4fd7a1f430364a251742af47329f16b831718d2;p=xonotic%2Fxonotic-data.pk3dir.git zoomSnapToTheBox disabled by default in the screenshot viewer --- diff --git a/qcsrc/menu/xonotic/screenshotimage.c b/qcsrc/menu/xonotic/screenshotimage.c index f365d430e..469f177fc 100644 --- a/qcsrc/menu/xonotic/screenshotimage.c +++ b/qcsrc/menu/xonotic/screenshotimage.c @@ -30,6 +30,7 @@ void XonoticScreenshotImage_configureXonoticScreenshotImage(entity me) { me.configureXonoticImage(me, string_null, -2); me.zoomLimitedByTheBox = FALSE; // enable this to forbid enlarging the image more than the containing box (if making use of draw_SetClip is a too bad thing) + me.zoomSnapToTheBox = FALSE; // disabled: it's cooler } void XonoticScreenshotImage_load(entity me, string theImage)