summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/wiimote/wiimote.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/surfaces/wiimote/wiimote.cc b/libs/surfaces/wiimote/wiimote.cc
index a855935bda..ec871d5e61 100644
--- a/libs/surfaces/wiimote/wiimote.cc
+++ b/libs/surfaces/wiimote/wiimote.cc
@@ -138,11 +138,10 @@ WiimoteControlProtocol::update_led_state()
{
ENSURE_WIIMOTE_THREAD(sigc::mem_fun(*this, &WiimoteControlProtocol::update_led_state));
- // ensure thread needs to be done here...
uint8_t state = 0;
if (session->transport_rolling()) {
- state |= CWIID_LED3_ON;
+ state |= CWIID_LED1_ON;
}
if (session->actively_recording()) {