fix of fix :| [real fix for #36787 -- it was wrongly fixed on #36964]

I guess I tested the fix outside the camera view (which always worked). duhhh
Working now.
This commit is contained in:
Dalai Felinto
2011-06-08 09:01:41 +00:00
parent 9dd066eb65
commit 40c171a69f

View File

@@ -258,7 +258,7 @@ extern "C" void StartKetsjiShell(struct bContext *C, struct ARegion *ar, rcti *c
draw_letterbox = 1;
}
else {
camzoom = BKE_screen_view3d_zoom_to_fac(rv3d->camzoom)*4.0f;
camzoom = 1.0 / BKE_screen_view3d_zoom_to_fac(rv3d->camzoom);
}
}
else {