mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[qwaq] Silence some more debug
I was wondering where those sprintfs were going
This commit is contained in:
parent
154da7653d
commit
d9668a1185
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue