mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Remove debugging code.
This commit is contained in:
parent
73b89ba0b8
commit
4b1202d6e6
1 changed files with 2 additions and 4 deletions
|
@ -50,10 +50,10 @@ NOTE: I am specifically not using cached image reps, because the data is also ne
|
||||||
|
|
||||||
[[NSColor lightGrayColor] set];
|
[[NSColor lightGrayColor] set];
|
||||||
NSRectFill (rects);
|
NSRectFill (rects);
|
||||||
Sys_Printf ("TextureView drawRect\n");
|
|
||||||
if (!list_i) // WADfile didn't init
|
if (!list_i) // WADfile didn't init
|
||||||
return self;
|
return self;
|
||||||
Sys_Printf (" ok\n");
|
|
||||||
if (deselectIndex != -1) {
|
if (deselectIndex != -1) {
|
||||||
t =[list_i elementAt:deselectIndex];
|
t =[list_i elementAt:deselectIndex];
|
||||||
r = t->r;
|
r = t->r;
|
||||||
|
@ -95,9 +95,7 @@ Sys_Printf (" ok\n");
|
||||||
|
|
||||||
p = t->r.origin;
|
p = t->r.origin;
|
||||||
p.y += TEX_SPACING;
|
p.y += TEX_SPACING;
|
||||||
Sys_Printf ("tex %4d '%s' %p\n", t->index, t->name, t->image);
|
|
||||||
[t->image drawAtPoint: p];
|
[t->image drawAtPoint: p];
|
||||||
Sys_Printf (" ok\n");
|
|
||||||
x = t->r.origin.x;
|
x = t->r.origin.x;
|
||||||
y = t->r.origin.y + 7;
|
y = t->r.origin.y + 7;
|
||||||
[[NSString stringWithCString: t->name]
|
[[NSString stringWithCString: t->name]
|
||||||
|
|
Loading…
Reference in a new issue