diff --git a/src/windowvx.cpp b/src/windowvx.cpp index 43f04a7..d0c89dd 100644 --- a/src/windowvx.cpp +++ b/src/windowvx.cpp @@ -47,7 +47,9 @@ struct Corners T tl, tr, bl, br; }; -static const IntRect bgStretchSrc( 0, 0, 64, 64 ); +/* Offsetting this by one gives a great visual improvement + * in Majo no Ie */ +static const IntRect bgStretchSrc( 1, 1, 62, 62 ); static const IntRect bgTileSrc ( 0, 64, 64, 64 ); static const Corners cornerSrc =