more specific compiler def for light mask printout

This commit is contained in:
2025-05-08 07:57:25 -05:00
parent 92567f152f
commit 44e52d1d53

View File

@@ -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++)