removed debug line
parent
8913a7699a
commit
467173ad9e
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue