spectrum
This commit is contained in:
parent
96f368b4f5
commit
6f279e01d8
@ -93,7 +93,7 @@ void spectrum()
|
|||||||
if(++blue_state>LIGHT_MAX) {++spectrum_state;}
|
if(++blue_state>LIGHT_MAX) {++spectrum_state;}
|
||||||
break;
|
break;
|
||||||
case mg:
|
case mg:
|
||||||
if(--green_state>LIGHT_MIN) {spectrum_state = 0;}
|
if(--green_state<LIGHT_MIN) {spectrum_state = 0;}
|
||||||
default:
|
default:
|
||||||
spectrum_state = 0;
|
spectrum_state = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user