Effect big_dynamic will now be shown with clock.
This commit is contained in:
parent
aa11f5ed8a
commit
6ba2854a8d
@ -28,4 +28,5 @@ private:
|
|||||||
public:
|
public:
|
||||||
void loop();
|
void loop();
|
||||||
~BigDynamicEffect();
|
~BigDynamicEffect();
|
||||||
|
boolean can_be_shown_with_clock() override;
|
||||||
};
|
};
|
||||||
|
@ -59,3 +59,7 @@ void BigDynamicEffect::loop() {
|
|||||||
}*/
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
boolean BigDynamicEffect::can_be_shown_with_clock() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user