There are now global instances of Window which don't have to be created and deleted all the time.
This commit is contained in:
@ -36,7 +36,6 @@ void MultiDynamicEffect::loop(uint16_t ms) {
|
||||
}
|
||||
|
||||
BigDynamicEffect::~BigDynamicEffect() {
|
||||
delete window;
|
||||
}
|
||||
|
||||
void BigDynamicEffect::loop(uint16_t ms) {
|
||||
|
Reference in New Issue
Block a user