Effect big_dynamic will now be shown with clock.
This commit is contained in:
@ -59,3 +59,7 @@ void BigDynamicEffect::loop() {
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
boolean BigDynamicEffect::can_be_shown_with_clock() {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user