diff --git a/components/light/index.rst b/components/light/index.rst index 5ffbeae18..395c0f47e 100644 --- a/components/light/index.rst +++ b/components/light/index.rst @@ -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;