This commit is contained in:
Otto Winter 2019-02-16 10:18:43 +01:00 committed by GitHub
parent c6b52e6b59
commit d874164247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,7 +290,7 @@ This effect allows you to write completely custom light effects yourself using :
} else {
call.set_rgb(1.0, 0.0, 0.0);
}
call.execute();
call.perform();
state += 1;
if (state == 4)
state = 0;