more specific compiler def for light mask printout
This commit is contained in:
@@ -214,7 +214,7 @@ void apply_light_mask(bool onWindow) {
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG_LIGHT_MASK
|
||||
std::cout << "Current light mask:\n";
|
||||
for(short i = 0; i < 13; i++) {
|
||||
for(short j = 0; j < 13; j++)
|
||||
|
Reference in New Issue
Block a user