fix for embeded BGE viewport broken when not using letterboxing

this was broken after rev.36787 (api rewritten)
own reported bug, nowhere in the track (just to mess up with the bug fixing statistics)
This commit is contained in:
Dalai Felinto
2011-05-28 01:29:56 +00:00
parent 3ca0bfdd66
commit d580ae1087

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);
camzoom = BKE_screen_view3d_zoom_to_fac(rv3d->camzoom)*4.0f;
}
}
else {