Leave debugging output for only the interested parties.

This commit is contained in:
Zack Rusin 2005-07-01 12:24:30 +00:00
parent 0df446ab88
commit 0fa9d1fb48
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
#include "exaPriv.h"
#define DEBUG_OFFSCREEN 1
#define DEBUG_OFFSCREEN 0
#if DEBUG_OFFSCREEN
#define DBG_OFFSCREEN(a) ErrorF a
#else

View File

@ -22,7 +22,7 @@
#include "exaPriv.h"
#define DEBUG_OFFSCREEN 1
#define DEBUG_OFFSCREEN 0
#if DEBUG_OFFSCREEN
#define DBG_OFFSCREEN(a) ErrorF a
#else

View File

@ -22,7 +22,7 @@
#include "exaPriv.h"
#define DEBUG_OFFSCREEN 1
#define DEBUG_OFFSCREEN 0
#if DEBUG_OFFSCREEN
#define DBG_OFFSCREEN(a) ErrorF a
#else