Leave debugging output for only the interested parties.
This commit is contained in:
parent
0df446ab88
commit
0fa9d1fb48
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue