There are now global instances of Window which don't have to be created and deleted all the time.

This commit is contained in:
2020-04-30 06:41:30 +02:00
parent 9de77349e8
commit 10be8ef7cc
20 changed files with 20 additions and 27 deletions

View File

@ -36,7 +36,6 @@ void MultiDynamicEffect::loop(uint16_t ms) {
}
BigDynamicEffect::~BigDynamicEffect() {
delete window;
}
void BigDynamicEffect::loop(uint16_t ms) {