1
1
Fork 0

removed debug line

squarelines
Alina Marquardt 2016-01-19 21:12:11 +01:00
parent 8913a7699a
commit 467173ad9e
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ static GColor8 getSlotColor(int x, int y, int digit, int pos, bool isalpha) {
} }
#endif #endif
} }
if (should_add_var || 1) { if (should_add_var) {
if (argb == 0b11111111) { if (argb == 0b11111111) {
argb -= variation[ ( y*5 + x + digit*17 + pos*19 )%sizeof(variation) ]; argb -= variation[ ( y*5 + x + digit*17 + pos*19 )%sizeof(variation) ];
} else { } else {