Set LIGHTS_PER_PANEL to 25.

At 16 the lights data was overflowing, which is probably what was causing the
smxconfig crashes.
master
Glenn Maynard 6 years ago
parent 6b58194235
commit aba274603c
  1. 2
      sdk/Windows/SMXPanelAnimation.cpp

@ -51,7 +51,7 @@ namespace {
Mutex g_Lock; Mutex g_Lock;
} }
#define LIGHTS_PER_PANEL 16 #define LIGHTS_PER_PANEL 25
// XXX: go to sleep if there are no pads connected // XXX: go to sleep if there are no pads connected

Loading…
Cancel
Save