From d8741642474d05864b38c82a726ea87fb7b34989 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 16 Feb 2019 10:18:43 +0100 Subject: [PATCH] Fix type --- components/light/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;