diff options
author | aiju <devnull@localhost> | 2014-05-27 01:01:55 +0200 |
---|---|---|
committer | aiju <devnull@localhost> | 2014-05-27 01:01:55 +0200 |
commit | 52153c32dcc83b2ae752431f7827ddff9b926a78 (patch) | |
tree | d7f76c5b657e158f0d1e4816a7d7a351959713ba | |
parent | 527ab6405c8cc8b0277825033364ff13de5408fb (diff) |
games/snes: originwindow confuses the cat
-rw-r--r-- | sys/src/games/snes/snes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/games/snes/snes.c b/sys/src/games/snes/snes.c index 27f515155..7e6b0bf28 100644 --- a/sys/src/games/snes/snes.c +++ b/sys/src/games/snes/snes.c @@ -176,7 +176,6 @@ screeninit(void) { Point p; - originwindow(screen, Pt(0, 0), screen->r.min); p = divpt(addpt(screen->r.min, screen->r.max), 2); picr = (Rectangle){subpt(p, Pt(scale * 128, scale * 112)), addpt(p, Pt(scale * 128, scale * 127))}; tmp = allocimage(display, Rect(0, 0, scale * 256, scale > 1 ? 1 : scale * 239), RGB15, scale > 1, 0); |