[qwaq] Silence some more debug

I was wondering where those sprintfs were going
This commit is contained in:
Bill Currie 2020-04-02 00:11:34 +09:00
parent 154da7653d
commit d9668a1185
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@
Rect r = { {}, size };
Rect t = { pos, rect.extent };
wprintf (stdscr, "src: %p\n", srcBuffer);
wprintf (stdscr, "srcSize: %d %d\n", srcSize.width, srcSize.height);
//wprintf (stdscr, "src: %p\n", srcBuffer);
//wprintf (stdscr, "srcSize: %d %d\n", srcSize.width, srcSize.height);
t = clipRect (r, t);
if (t.extent.width < 0 || t.extent.height < 0) {